Skip to content

Commit

Permalink
reduced the size of button
Browse files Browse the repository at this point in the history
  • Loading branch information
reshamsai150 committed Jul 25, 2024
1 parent 7b36608 commit 7c9a7ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,11 @@
}
.footer a:hover {
color: #0056b3;
}
#comment{
padding: 10px;
/* margin-top: 50px; */
margin-left: 4px;
margin-top: 35px;
margin-bottom: 20px;
}
9 changes: 9 additions & 0 deletions css/contactus.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ form textarea {

#comment {
border-bottom: 1px solid;
margin-top:15px;
}


Expand Down Expand Up @@ -192,8 +193,16 @@ form textarea {
color: #FF7D1F;
cursor: pointer;
font-size: 1rem;
width: 100px;
display:flex;
padding-left:20px;
margin-left: 190px;
}

#button:hover {
background-color: #333;
}
#button .button1 {
margin-left:200px;
color:red;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1246,8 +1246,8 @@ <h1>Contact Us</h1>

<p id="thank-you-message" style="color: white; display: none;">Thank you !!<br>We will connect
soon.</p>
</form>
<button onclick="handleSubmit()" id="button">Submit</button>
</form> <br>
<button onclick="handleSubmit()" id="button" class="button1">Submit</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 7c9a7ab

Please sign in to comment.