Advertisement
imKobz

Untitled

Oct 21st, 2023 (edited)
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>⚡KOBZ V2RAY</title><style>@import url(https://fonts.googleapis.com/css?family=Roboto:700);body{margin:0;font-family:Roboto;text-align:center;background:#263238}#container{color:#999;text-transform:uppercase;font-size:36px;font-weight:700;padding-top:200px;position:fixed;width:100%;bottom:45%;display:block}#flip{height:50px;overflow:hidden}#flip>div>div{color:#fff;padding:4px 12px;height:45px;margin-bottom:45px;display:inline-block}#flip div:first-child{animation:show 5s linear infinite}#flip div div{background:#42c58a}#flip div:first-child div{background:#4ec7f3}#flip div:last-child div{background:#dc143c}@keyframes show{0%{margin-top:-270px}5%{margin-top:-180px}33%{margin-top:-180px}38%{margin-top:-90px}66%{margin-top:-90px}71%{margin-top:0}99.99%{margin-top:0}100%{margin-top:-270px}}p{position:fixed;width:100%;bottom:30px;font-size:12px;color:#999;margin-top:200px}a{text-decoration:none;color:#999}</style></head><body><div id="container">Make<div id="flip"><div><div>Gaming</div></div><div><div>Streaming</div></div><div><div>Download</div></div></div>Faster!</div><p>©<span id="year"></span><a href="https://www.facebook.com/devseckobz" target="_blank"> Made by Kobe Kobz 😎</a></p><script>document.onreadystatechange=function(){var e=(new Date).getFullYear();document.getElementById("year").innerHTML=e}</script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement