Added animations to all buttons
This commit is contained in:
parent
9be0887e52
commit
abfcb3c990
@ -81,6 +81,7 @@ button {
|
|||||||
|
|
||||||
.darkButton{
|
.darkButton{
|
||||||
background-color: #00e1ff;
|
background-color: #00e1ff;
|
||||||
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-btn {
|
.source-btn {
|
||||||
@ -95,6 +96,7 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dsc-btn {
|
.dsc-btn {
|
||||||
@ -109,6 +111,7 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clr-btn {
|
.clr-btn {
|
||||||
@ -123,6 +126,7 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user