Computer Science, asked by parth3752, 8 months ago

There appear to be some mysterious glyphs hidden inside this abandoned factory... I wonder what would happen if you collected them all?

Answers

Answered by 7TeeN
1

<!DOCTYPE html>

<html>

<head>

<style>

body { background-color: Black

}

#loader {

text-transform: uppercase;

text-align: center;

color:rgba(275,275,275,0.1);

margin-top: 0px;

font-size:30px;

background:url("_________") repeat-x;

background-size:cover;

-webkit-background-clip: text;

animation: animate 77s linear infinite;

}

@keyframes animate{

0%{background-position: right

0px top 0px;}

40%{background-position: right 700px top 0px;}

}

</style>

</head>

<body>

<div id="name">

<h1 id="loader">Cool</h1>

</div>

</body>

</html>

paste this URL instead of line _______

https://4. imimg .com/data4/WB/MS/MY-12475117/1-500x500.jpg

Similar questions