-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the ui of the contact page and set the minimum width of the …
…contact page form to be 300px (#123)
- Loading branch information
1 parent
2aad343
commit cd316e4
Showing
5 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,28 +104,28 @@ <h2 class="navbar-header"> | |
<div class="container categories-heading"> | ||
<!-- <span style="color: #ffc400;">Contact Us </span><br> --> | ||
</div> | ||
<div class="modal-box" style="margin-top: -1rem;"> | ||
<div class="modal-box" style="margin-top: -1rem; min-width: 300px;"> | ||
<img class="banner-img-contact" src="homepage/contact4.svg"></img> | ||
|
||
<form class='modal-div' action="https://formspree.io/f/xzbnpqae" method="POST"> | ||
|
||
<p class='contact-subheader'>Get In Touch</p> | ||
<div class='input-contact-flexbox'> | ||
<div style="margin:3vh 4vh"> | ||
<div> | ||
<div style="margin:3vh 4vh ;display: block;"> | ||
<label class='input-header'>First Name</label> | ||
<input class='input-box' name="First Name" style="width:100%; border-radius: none;" type="text" | ||
placeholder='Shwet' id="FNAME" required></input> | ||
|
||
</div> | ||
|
||
<div style="margin:3vh 4vh"> | ||
<div style="margin:3vh 4vh;display: block;"> | ||
<label class='input-header'>Last Name</label> | ||
<input class='input-box' name="Last Name" style="width:100%" type="text" placeholder='Khatri' | ||
id="LNAME"></input> | ||
|
||
</div> | ||
</div> | ||
<div class='input-contact-flexbox'> | ||
<div > | ||
<div style="margin:3vh 4vh"> | ||
<label class='input-header'>Email</label> | ||
<input class='input-box' name="Email" style="width:100%" type="text" placeholder='[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ body { | |
|
||
font-size: 14px; | ||
} | ||
|
||
#cont2 h1{ | ||
font-size: 60px; | ||
color: #ffc400; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters