diff --git a/css/styles.css b/css/styles.css index 6585d57..88b82f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,6 +63,9 @@ button, .source-btn, .dsc-btn, .clr-btn { display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } +button:hover { + transform: scale(1.05) +} .clr-btn:hover { background-color: #ff3c00; transform: scale(1.05);