Skip to content

Commit

Permalink
Merge pull request #1472 from reshamsai150/div
Browse files Browse the repository at this point in the history
changed the position of the contact form div
  • Loading branch information
arghadipmanna101 authored Jul 30, 2024
2 parents f914813 + cbc29f9 commit 0edc67c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions css/contactus.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {
align-items: center;
margin: 50px auto 100px;
gap: 200px;

}


Expand Down Expand Up @@ -202,7 +203,18 @@ margin-left: 190px;
#button:hover {
background-color: #333;
}
#button .button1 {
margin-left:200px;
color:red;


.main{
margin-left:100px;

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

.container #comment{
margin-left:10px;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,9 +1284,9 @@ <h1>Contact Us</h1>

<!-- <label for="email">Email:</label> -->
<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 0edc67c

Please sign in to comment.