Skip to content

Commit 9e05b98

Browse files
Merge pull request #1471 from suma30/blog_project
Blog project
2 parents 0a77ac4 + 3e70876 commit 9e05b98

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Projects/Blog Project Website/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>Feel Free to Contact Us</h2>
4747
<input type="text" placeholder="Enter Your Email Id">
4848
</div>
4949
<div class="form-box">
50-
<textarea name="" id="" cols="30" rows="10" placeholder="How may we help you?"></textarea>
50+
<textarea name="" id="" cols="30" rows="8" placeholder="How may we help you?"></textarea>
5151
</div>
5252
<div class="form-box">
5353
<button class="btn">Submit</button>

Projects/Blog Project Website/css/contact.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
padding: 9px;
55
position: relative;
66
overflow: hidden;
7+
display: flex;
8+
justify-content: center;
9+
align-items: center;
710
}
811

912
.contact-content::after {

0 commit comments

Comments
 (0)