Added animations to all buttons

This commit is contained in:
Preston 2024-10-01 10:37:33 -07:00 committed by GitHub
parent 9be0887e52
commit abfcb3c990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ button {
.darkButton{
background-color: #00e1ff;
transition: transform 0.5s ease;
}
.source-btn {
@ -95,6 +96,7 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
.dsc-btn {
@ -109,6 +111,7 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
.clr-btn {
@ -123,6 +126,7 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
button:hover {