Added button hover effect

This commit is contained in:
css pro 2024-09-30 17:16:30 -07:00 committed by GitHub
parent 695ac46243
commit e2a9defdc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ button {
button:hover {
background-color: #45a049;
transform: scale(1.2);
}
.source-btn:hover {