Zoomed in Text coinciding the ⭐ππ
#coded by DEVANSH mishra#
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
#anbody {
background-image: url(star.png);
animation: animation_name 8s infinite;
}
@-webkit-keyframes animation_name {
from {
background-size: 0px 0px;
}
to {
background-size: 1150px 1150px;
}
}
@keyframes animation_name {
from {
background-size: 0px 0px;
}
to {
background-size: 1150px 1150px;
}
}
</style>
</head>
<body id="anbody">
π
Όπ
°π
³π
΄ π
±π π
³π
΄π
π
°π
½ππ
· π
Όπ
Έππ
·ππ
°
</body>
</html>
Comments
Post a Comment