Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
onurcatmabacak committed Sep 17, 2024
1 parent 5c68acb commit 9f8c6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
padding: 10px 20px;
font-size: 16px;
color: white;
background-color: #000000; /* Button color */
background-color: #ff0000; /* Button color */
border: none;
border-radius: 5px;
text-decoration: none; /* Remove underline */
cursor: pointer;
margin-top: 20px; /* Space above the button */
}
.button:hover {
background-color: #000000; /* Darker shade on hover */
background-color: #ff0000; /* Darker shade on hover */
}
iframe {
width: 100%; /* Full width */
Expand Down

0 comments on commit 9f8c6ea

Please sign in to comment.