animate when clicked

This commit is contained in:
leah 2022-02-05 01:08:24 +00:00
parent 6c5655ad86
commit bd678e6aa1
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
transform: scale(1.04);
}
ul>a:active>img {
transform: scale(0.96);
}
.text {
background: white;
border-radius: 15px;