Skip to content

raflidy/iloveyoudyah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

<title>I LOVE YOU KICIKKK 😘</title> <style> body { margin: 0; padding: 0; background: #ffe6f0; font-family: 'Comic Sans MS', cursive, sans-serif; text-align: center; color: #ff4d6d; overflow: hidden; }
h1 {
  font-size: 3em;
  margin-top: 100px;
  animation: goyang 2s infinite;
}

p {
  font-size: 1.5em;
  margin: 20px;
}

.heart {
  font-size: 50px;
  animation: degdeg 1.2s infinite;
}

@keyframes degdeg {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

@keyframes goyang {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  75% { transform: rotate(-1deg); }
}

.bubble {
  position: absolute;
  font-size: 24px;
  animation: floatUp 6s infinite;
  color: #ff99c8;
}

@keyframes floatUp {
  0% {
    bottom: -50px;
    left: calc(100% * var(--pos));
    opacity: 1;
  }
  100% {
    bottom: 100%;
    left: calc(100% * var(--pos) + 50px);
    opacity: 0;
  }
}

.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 1em;
  color: #a64d79;
}
</style>
πŸ’˜

Haloo Dyah Rizky Nur Anggraini 😚

Aku punya pengumuman penting nih...

AKU CINTA KAMU BANGETTT hehehehehehe πŸ’–πŸ’–πŸ’–

Semanhattt belajarrr di smasaaa yaaa sayaaangg ! 😱🌢️

πŸ’ž
Dari pacarmu yang cakepp ga adaa obatt nihh ❀️
<script> const emojis = ['πŸ’–','πŸ’•','πŸ’˜','πŸ’—','πŸ’“','πŸ’ž','πŸ’']; for (let i = 0; i < 20; i++) { const b = document.createElement('div'); b.classList.add('bubble'); b.innerText = emojis[Math.floor(Math.random() * emojis.length)]; b.style.setProperty('--pos', Math.random()); b.style.left = Math.random() * 100 + 'vw'; b.style.animationDelay = Math.random() * 5 + 's'; document.body.appendChild(b); } </script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published