diff --git a/forest/16hyperform.p.html b/forest/16hyperform.p.html index 9e66c5c..d820e09 100644 --- a/forest/16hyperform.p.html +++ b/forest/16hyperform.p.html @@ -16,41 +16,6 @@ background-color: rgb(245, 237, 210); border-radius: 50%; } - - .angel { - width: 100%; - transform: rotate(69deg); - transform-origin: center; - animation: charisma 12s infinite; - animation-timing-function: linear; - } - - .eyes { - width: 18%; - position: absolute; - z-index: 1; - animation: charismata 12s infinite; - animation-timing-function: linear; - } - - @keyframes charisma { - 50% { - transform: rotate(69deg) translate(8%, 5%); - filter: hue-rotate(169deg); - } - - 100% {} - } - - @keyframes charismata { - 50% { - transform: translate(0%, 30%); - filter: hue-rotate(1600deg); - opacity: 80%; - } - - 100% {} - }
@@ -61,11 +26,11 @@ > @@ -93,7 +58,7 @@