added transition when pressing buttons
This commit is contained in:
@@ -16,4 +16,9 @@ html {
|
||||
.pxFont {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@keyframes slide-left {
|
||||
0% { transform: translateX(0%); }
|
||||
100% { transform: translateX(-100%); }
|
||||
}
|
||||
Reference in New Issue
Block a user