added more functions to site

This commit is contained in:
Sid 2022-12-01 11:03:06 +01:00
parent e333647f62
commit 4e2a22fb6c
3 changed files with 135 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.button:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
/* box-shadow: 0 0 0 1px grey; */
transform: scale(1.1) translateZ(0) translate3d(0, 0, 0) rotate(0.01deg);
}