hover animations for all buttons
This commit is contained in:
parent
fb3c49b59c
commit
a50e20d339
@ -63,6 +63,9 @@ button, .source-btn, .dsc-btn, .clr-btn {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: background-color 0.3s ease, transform 0.3s ease;
|
transition: background-color 0.3s ease, transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
button:hover {
|
||||||
|
transform: scale(1.05)
|
||||||
|
}
|
||||||
.clr-btn:hover {
|
.clr-btn:hover {
|
||||||
background-color: #ff3c00;
|
background-color: #ff3c00;
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user