mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Added new hover design for tiger and shiba + design for links for My fancy ass and Tufsie
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<h1>Welcome to PetPet!</h1>
|
||||
<h2>Please choose an Animal:</h2>
|
||||
<div>
|
||||
<img src="./img/tiger/baby.png" onclick="option(0)" title="tiger" alt="tiger" class="animalChoose">
|
||||
<img src="./img/shiba/baby.png" onclick="option(1)" title="shiba" alt="shiba" class="animalChoose">
|
||||
<img src="./img/tiger/baby.png" style="--clr: #ff4500a9" onclick="option(0)" title="tiger" alt="tiger" class="animalChoose">
|
||||
<img src="./img/shiba/baby.png" style="--clr: " onclick="option(1)" title="shiba" alt="shiba" class="animalChoose">
|
||||
</div>
|
||||
<p>Made by <a>MrEidam</a> & <a>Tufsie</a></p>
|
||||
<p>Made by <a href="https://www.mreidam.com">MrEidam</a> & <a>Tufsie</a></p>
|
||||
</dialog>
|
||||
<div id="blurs"></div>
|
||||
<article class="cash">
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user