Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aryankumar06 authored Apr 9, 2024
1 parent 2007bf8 commit 976b0b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
font-size: 18px;
cursor: pointer;
transition: background-color 0.9s;
margin-top: 5%; /* Adjust this value to your preference */
margin-bottom: 20%; /* Add margin at the bottom for consistency */
animation: fadeIn 1s ease-in-out;
}

.submit-btn:hover {
Expand Down Expand Up @@ -196,4 +199,4 @@ <h5 class="white-text">Participants Recruitment Form</h5>

</body>

</html>
</html>

0 comments on commit 976b0b6

Please sign in to comment.