Added new hover design for tiger and shiba + design for links for My fancy ass and Tufsie

This commit is contained in:
2024-09-23 11:41:15 +02:00
parent 524753e5b7
commit 7d1cd18e36
2 changed files with 10 additions and 4 deletions

View File

@@ -184,6 +184,10 @@ span p{
#chui h2{
}
#chui a{
color: #69f;
}
.animalChoose{
border: none;
border-radius: 50%;
@@ -194,9 +198,11 @@ span p{
transition: .5s;
}
.animalChoose:hover{
border-radius: 25%;
transition: .25s;
transform: scale(1.2);
background-color: #c33;
background-color: red;
background-color: var(--clr);
cursor: pointer;
}
.animalChoose:nth-child(1){