Update index.html

This commit is contained in:
Preston 2024-01-24 13:46:41 -08:00 committed by GitHub
parent 245e87d6e9
commit 9579b9b6c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
color: #555; color: #555;
} }
button, .dropdown-btn, .source-btn { button, .dropdown-btn {
background-color: #4caf50; background-color: #4caf50;
color: white; color: white;
padding: 10px 20px; padding: 10px 20px;
@ -39,6 +39,20 @@
max-width: 200px; max-width: 200px;
} }
.source-btn {
background-color: #000000;
color: white;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border: none;
border-radius: 5px;
margin: 10px auto;
text-decoration: none;
display: inline-block;
max-width: 200px;
}
button:hover, .dropdown-btn:hover, .source-btn:hover { button:hover, .dropdown-btn:hover, .source-btn:hover {
background-color: #45a049; background-color: #45a049;
} }