Skip to content

IREMIDE42/Valent.html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

<title>For Ugochi ❤️</title> <style> body { margin:0; font-family:sans-serif; overflow:hidden; } .page { position:absolute; width:100%; height:100vh; display:none; justify-content:center; align-items:center; flex-direction:column; color:white; } #page1 { display:flex; background:linear-gradient(135deg,#ff4b6e,#ff758c); } #page2 { background:linear-gradient(135deg,#141e30,#243b55); text-align:center; padding:20px; } .name { font-size:4rem; animation:glow 2s infinite alternate; } @keyframes glow { from { text-shadow:0 0 10px white; } to { text-shadow:0 0 40px red; } } </style>

UGOCHI

Tap Anywhere ❤️

Happy Valentine's Day My Love ❤️

Distance may keep us apart,
but nothing can change how much I love you.

Every moment brings us closer to the day
I finally get to hold you.

<script> document.getElementById("page1").onclick = function(){ document.getElementById("page1").style.display="none"; document.getElementById("page2").style.display="flex"; }; </script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors