Skip to content

Commit

Permalink
fix: sendMessage Button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaswini999 committed Oct 9, 2022
1 parent ebb5870 commit 9aadebb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2303,3 +2303,12 @@ section {
transform: rotate(360deg);
}
}
input[type="submit"]{
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -778,9 +778,9 @@ <h3>Open Hours</h3>
</div>


<input type="submit" value="Send message">


<!-- <button type="submit">Send Message</button> -->
<button type="submit"> <input type="submit" value="Send message"></button>
</div>
</form>
</div>
Expand Down Expand Up @@ -808,7 +808,8 @@ <h4>Be in touch</h4>
</div>
<div class="col-lg-6">
<form name="contact" method="POST" data-netlify="true">
<input type="email" name="email" required placeholder="enter the details"><input type="submit"
<input type="email" name="email" required placeholder="enter the details">
<input type="submit"
value="Send">
</form>
</div>
Expand Down

0 comments on commit 9aadebb

Please sign in to comment.