This commit is contained in:
afnzmn
2022-08-16 18:13:27 -04:00
parent d4e9c5f65e
commit 6f61ef7191
3 changed files with 7 additions and 3 deletions

View File

@@ -42,10 +42,10 @@
}
button:hover {
transform: translate(0%, -5%);
transform: translateY(-5%);
}
button:active {
transition-duration: 0.1s;
transform: translate(0);
transform: translateY(-3%);
}
</style>