Skip to content

Commit

Permalink
Merge pull request Its-Aman-Yadav#754 from Prakrati1907/main
Browse files Browse the repository at this point in the history
updated contact and feedback form.issue#730
  • Loading branch information
Kalivarapubindusree authored Jun 14, 2024
2 parents 7555892 + 4c42fcd commit 9e02025
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 8 deletions.
59 changes: 53 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ h3 {
h1 {
font-size: 2.8rem;
font-weight: 700;
color: #f1c11a;
}

h2 {
Expand Down Expand Up @@ -2086,13 +2085,58 @@ h3 {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-title {
.section-title1 {
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
margin-top: 10px;
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: bold;
color: #333;
font-size: 35px;
font-weight:1000;
color: rgb(248, 196, 8);
background-color: rgba(230, 61, 23, 0.995);
top:20px;
height:80%;
width:100%;
border-radius: 20px;
opacity: 0.5;
transition: all 0.2s ease;
text-shadow:4px 2px 24px rgba(250, 247, 47, 1);
}

.section-title1:hover {
text-shadow:4px 2px 6px rgba(238, 226, 240, 0.88);
color: rgba(3, 3, 3, 1)

}

.section-title2{
font-family: "roboto",sans-serif;
font-size: 20px;
color: #000000;
padding: 5px 10px;
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h2::after {
content: "";
display: block;
width: 100%;
height: 2px;
/* background-color: #ea2424; Line color (adjust based on theme) */
margin-top: 10px;

}

input[type="text"],
input[type="email"],
textarea {
Expand Down Expand Up @@ -2728,7 +2772,10 @@ textarea {
margin: 0 auto;
}
.submit-btn:hover {
background-color: #45a049;
background-color:rgba(230, 61, 23, 0.995);
opacity: 0.5;
color: #000000;
font-weight: bold;
}
.rating {
justify-content: center;
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,10 @@ <h5 class="card-title" style="font-size: 28px;font-weight: bold;">Emily R.</h5>
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title" style="margin-top: 100px;">
<div class="section-title1">
<h1>Get in Touch</h1>
</div>
<div class="section-title2">
<p style="color: white;">If you have any questions or inquiries, feel free to contact us!</p>
</div>
<div class="contact-form wow fadeInUp" data-wow-delay="1.0s">
Expand Down Expand Up @@ -831,8 +833,10 @@ <h1>Get in Touch</h1>
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title">
<div class="section-title1">
<h1>Give us your Feedback</h1>
</div>
<div class="section-title2 ">
<p style="color: white;">We value your opinion. Please share your feedback with us!</p>
</div>
<div class="contact-form wow fadeInUp" data-wow-delay="1.0s">
Expand Down

0 comments on commit 9e02025

Please sign in to comment.