1
1
Fork 0

wiggle easter-egg

This commit is contained in:
Ava Gaiety W 2024-03-27 22:38:51 -05:00
parent 356e6a196e
commit 468597468e

View file

@ -33,7 +33,7 @@
<body class="bg-crust bg-[length:20rem] bg-[url('/img/site/stars-light.gif')] dark:bg-[url('/img/site/stars-dark.gif')]"> <body class="bg-crust bg-[length:20rem] bg-[url('/img/site/stars-light.gif')] dark:bg-[url('/img/site/stars-dark.gif')]">
<div class="flex gap-y-12 flex-col sm:flex-row"> <div class="flex gap-y-12 flex-col sm:flex-row">
<header class="flex gap-2 justify-between flex-col xs:flex-row sm:flex-col sm:justify-start"> <header class="flex gap-2 justify-between flex-col xs:flex-row sm:flex-col sm:justify-start">
<img src="/img/site/falling.gif" alt="" role="presentation" class="h-auto w-auto xs:max-w-48" /> <img src="/img/site/falling.gif" alt="" role="presentation" class="h-auto w-auto xs:max-w-48 motion-safe:hover:animate-shake motion-safe:hover:animation-infinite motion-safe:hover:animate-duration-[1500ms] motion-safe:hover:animate-ease-out" />
<nav class=" <nav class="
inline-flex flex-col relative my-auto pl-2 pb-2 sm:my-0 inline-flex flex-col relative my-auto pl-2 pb-2 sm:my-0
border-l-2 border-l-lavender border-l-2 border-l-lavender