1740791660
— 2 KudosPinned
Category: SpaceHey
Byi.. I have a DNI list! I would appreciate if you could read it first! ☆ I hardly block ever, but I will if I need to. I will update this list as frequently as I can Do not mention sh around me, I am trying my best to recover » Continue Reading
» View Blog Entry
1740966331
— 2 Kudos
Category: SpaceHey
body { margin: 0; background: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100%; min-height: 100vh; overflow: auto; /* Allow scrolling if necessary */ } .wave-text { font-size: 1.3rem; font-weight: bold; color: #7dabe3; display: flex; justify-content: center; align-items: center; } .wave-text » Continue Reading
» View Blog Entry
1740859224
— 2 Kudos
Category: SpaceHey
body { margin: 0; background: #f4f4f4; overflow: auto; /* Allow scrolling */ } .motion { font-size: 1rem; font-weight: bold; color: #00ffbb; position: absolute; animation: moveInOval 1.5s linear infinite; } @keyframes moveInOval { 0% { transform: rotate(0deg) translateX(10px) rotate(0deg); } 25% { transform: rotate(90deg) translateX(10px) rotate(-90deg); } 50% » Continue Reading
» View Blog Entry