Skip to content

Commit

Permalink
Removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavkali03 committed Apr 16, 2024
1 parent 9c8a6f5 commit ebe3532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Eduversity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1282,19 +1282,19 @@ <h3 class="h3">


<!--
- #FEEDBACK
#FEEDBACK
-->


<style>
.button-container {
text-align: center;
margin-top: 20px; /* Adjust as needed */
margin-top: 20px;
}
.feedback-button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff; /* Adjust to your desired color */
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
Expand All @@ -1303,7 +1303,7 @@ <h3 class="h3">
transition: background-color 0.3s;
}
.feedback-button:hover {
background-color: #0056b3; /* Adjust to your desired hover color */
background-color: #0056b3;
}
</style>
</head>
Expand Down

0 comments on commit ebe3532

Please sign in to comment.