Skip to content

Commit

Permalink
Merge pull request #517 from harshbhardwaj000/main
Browse files Browse the repository at this point in the history
transform feedback section.
  • Loading branch information
ankit071105 authored Oct 22, 2024
2 parents 4049691 + 71dd919 commit 1294b27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ h2 {
text-align: center;
}



.containers {
padding: 20px;
background: aliceblue;
Expand Down Expand Up @@ -590,3 +592,4 @@ button:hover {
font-size: 20px;
}
}

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h1 class="faq-title" data-aos="fade-right">Frequently Asked Questions</h1>
});
</script>


<!-- feedback form -->
<section id="feedback-form">
<div class="container">
<h2>We Value Your Feedback!</h2>
Expand Down
5 changes: 4 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,8 @@ padding: 15px 30px;

/* Form Container */
.container {
background: #fff;
font-weight: bold;
background-color:#00bfa6;
padding: 40px;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -1058,6 +1059,8 @@ padding: 15px 30px;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
display: block;
margin: 0 auto; /* Center horizontally */
}

button[type="submit"]:hover {
Expand Down

0 comments on commit 1294b27

Please sign in to comment.