Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated HTML and CSS of Contact Form #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,15 +774,17 @@ <h3>Drop Us a Message</h3>
<div class="form-group">
<input type="text" name="txtPhone" class="form-control" placeholder="Your Phone Number *" value="" />
</div>
<div class="form-group">
<div class="form-group btnContact-div">
<input type="submit" name="btnSubmit" class="btnContact" value="Send Message" />
</div>
</div>
<!-- </div> -->
<div class="col-md-6">
<div class="form-group">
<textarea name="txtMsg" class="form-control" placeholder="Your Message *" style="width: 100%; height: 150px;"></textarea>
</div>
</div>
</form>


</main>
Expand Down
16 changes: 3 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {

body::-webkit-scrollbar {
width: 0.5rem;
}
}git merge upstream/main

body::-webkit-scrollbar-track {
background-color: #f0f0f042;
Expand Down Expand Up @@ -278,13 +278,13 @@ body{
transform: rotate(29deg);
}
.contact-form form{
padding: 14%;
padding: 10% 14%;
}
.contact-form form .row{
margin-bottom: -7%;
}
.contact-form h3{
margin-bottom: 8%;
margin-bottom: 6%;
margin-top: -10%;
text-align: center;
color: #30a6e1;
Expand All @@ -299,16 +299,6 @@ body{
color: #fff;
cursor: pointer;
}
.btnContactSubmit
{
width: 50%;
border-radius: 1rem;
padding: 1.5%;
color: #fff;
background-color: #0062cc;
border: none;
cursor: pointer;


input [type="submit"]:hover {
background-color: rgb(255, 255, 255);
Expand Down