Feature #4: Retirer l'easter egg au hover

This commit is contained in:
Anthony Dumas 2022-10-31 00:40:43 +01:00
parent 20cf9686a9
commit b9cca4bd59

View File

@ -13,16 +13,3 @@
#boutonCV a { #boutonCV a {
display: flex; display: flex;
} }
@keyframes actorZoom {
from {
transform: scale(100%);
}
to {
transform: scale(110%);
}
}
#photoProfil:hover .actor {
animation: 4s linear 0s infinite alternate actorZoom;
}