Skip to content

Commit

Permalink
Change # solve667
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidarbh-Sharma committed Nov 1, 2024
1 parent 772eaaa commit b93ac2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,44 +643,44 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1>
<div class="form">
<input type="text" class="form-control" id="name" name="name"
placeholder="Your Name" required>
<label for="name">Your Name</label>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="email" class="form-control" id="email" name="email"
placeholder="Your Email" required>
<label for="email">Your Email</label>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="tel" class="form-control" id="phone" name="phone"
placeholder="Your Phone Number" required
style=" height: 50px; font-size: 15px;">
<label for="phone">Your Phone Number</label>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="text" class="form-control" id="city" name="city"
placeholder="Your City" required>
<label for="city">Your City</label>

</div>
</div>
<div class="col-12">
<div class="form">
<input type="text" class="form-control" id="subject" name="subject"
placeholder="Subject" required>
<label for="subject">Subject</label>

</div>
</div>
<div class="col-12">
<div class="form">
<textarea class="form-control" placeholder="Leave a message here"
id="message" name="message" style="height: 100px ; font-size: 15px;"
required></textarea>
<label for="message">Message</label>

</div>
</div>
<div class="col-12 d-flex justify-content-center">
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ label{
position: absolute;
width: 45px;
height: 22px;
right: 20px;
left: 20px;
top: 20px;
border: 2px solid;
border-radius: 20px;
Expand All @@ -36,7 +36,7 @@ label:before{
width:20px;
height: 20px;
border-radius: 50%;
background: #000;
background: #010101;
cursor: pointer;
transition: 0.4s;
}
Expand Down

0 comments on commit b93ac2d

Please sign in to comment.