Skip to content

Comments

index.html#2712

Draft
ayusuhu82-maker wants to merge 1 commit intofreeall:masterfrom
ayusuhu82-maker:patch-2
Draft

index.html#2712
ayusuhu82-maker wants to merge 1 commit intofreeall:masterfrom
ayusuhu82-maker:patch-2

Conversation

@ayusuhu82-maker
Copy link

<title>I Love U 💚</title> <style> body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; background: black; overflow: hidden; } h1 { font-size: 4em; font-family: monospace; color: #00ff99; text-shadow: 0 0 10px #00ff99, 0 0 20px #00ff99, 0 0 40px #00ff99; animation: glow 2s infinite, move 6s infinite linear; } @Keyframes glow { 0%, 100% { text-shadow: 0 0 10px #00ff99, 0 0 20px #00ff99; } 50% { text-shadow: 0 0 20px #00ff99, 0 0 40px #00ff99, 0 0 60px #00ff99; } } @Keyframes move { 0% { transform: scale(1) rotate(0deg); } 50% { transform: scale(1.2) rotate(180deg); } 100% { transform: scale(1) rotate(360deg); } } </style>

I LOVE U ♾️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant