Skip to content

Commit

Permalink
made proper alignmnet of comment div
Browse files Browse the repository at this point in the history
  • Loading branch information
reshamsai150 committed Jul 25, 2024
1 parent 74914cb commit cbc29f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/contactus.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,13 @@ margin-left: 190px;
.main{
margin-left:100px;

}
/* margin for comment div */
#comment{
margin-bottom:15px;
margin-left:155px;
}

.container #comment{
margin-left:10px;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ <h1>Contact Us</h1>
<input type="email" id="email" name="email" required placeholder="Email:">

<!-- <label for="comment">Comment:</label> -->
<textarea id="comment" name="feedback" required placeholder="Comment:"></textarea>
<br> <textarea id="comment" name="feedback" required placeholder="Comment:"></textarea>


<p id="thank-you-message" style="color: white; display: none;">Thank you !!<br>We will connect
Expand Down

0 comments on commit cbc29f9

Please sign in to comment.