We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a77ac4 + 3e70876 commit 9e05b98Copy full SHA for 9e05b98
2 files changed
Projects/Blog Project Website/contact.html
@@ -47,7 +47,7 @@ <h2>Feel Free to Contact Us</h2>
47
<input type="text" placeholder="Enter Your Email Id">
48
</div>
49
<div class="form-box">
50
- <textarea name="" id="" cols="30" rows="10" placeholder="How may we help you?"></textarea>
+ <textarea name="" id="" cols="30" rows="8" placeholder="How may we help you?"></textarea>
51
52
53
<button class="btn">Submit</button>
Projects/Blog Project Website/css/contact.css
@@ -4,6 +4,9 @@
4
padding: 9px;
5
position: relative;
6
overflow: hidden;
7
+ display: flex;
8
+ justify-content: center;
9
+ align-items: center;
10
}
11
12
.contact-content::after {
0 commit comments