fent
Created by graygraygray
fent?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>close your eyes</title>
<style>
* {
margin-top: 0px;
margin-bottom: 50px;
text-align: center;
font-family: sans-serif;
font-size: 2vw;
text-transform: uppercase;
color: #fff;
text-shadow: -4px 4px #ef3550,
-8px 8px #f48fb1,
-12px 12px #7e57c2,
-16px 16px #2196f3,
-20px 20px #26c6da,
-24px 24px #43a047,
-28px 28px #eeff41,
-32px 32px #f9a825,
-36px 36px #ff5722;
-webkit-animation-name: lol;
-webkit-animation-duration: 10ms;
-webkit-animation-iteration-count: infinite;
}
html {
background-color: grey;
}
@-webkit-keyframes lol {
0% {
filter: hue-rotate(120deg);
}
25% {
filter: hue-rotate(180deg);
}
75% {
filter: hue-rotate(240deg);
}
0% {
filter: hue-rotate(300deg);
}
}
@-webkit-keyframes demo {
0% {
background-color: Yellow;
opacity:1;
}
22% {
background-color: green;
}
77% {
background-color: Red;
}
100% {
background-color: blue;
}
}
html {
-webkit-animation-name: demo;
-webkit-animation-duration: 10ms;
-webkit-animation-iteration-count: infinite;
}
</style>
</head>
<body>
<pre><code>
steps to play:
1. close your eyes
2. imagine the game.
a. fent or weed helps with this part
3. play.
note: do not try walking forward while playing, you might accidently walk to a ditch shaped like a human (its hapepned more than once)
- written by risyhabh (on fent)
</pre></code>
<div class="game" style="background-color: black;position: absolute;width: 500px;height: 300px;"></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
^ this is where imagine game
</body>
</html>
Term | Definition |
---|---|
fent? | <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>close your eyes</title> <style> * { margin-top: 0px; margin-bottom: 50px; text-align: center; font-family: sans-serif; font-size: 2vw; text-transform: uppercase; color: #fff; text-shadow: -4px 4px #ef3550, -8px 8px #f48fb1, -12px 12px #7e57c2, -16px 16px #2196f3, -20px 20px #26c6da, -24px 24px #43a047, -28px 28px #eeff41, -32px 32px #f9a825, -36px 36px #ff5722; -webkit-animation-name: lol; -webkit-animation-duration: 10ms; -webkit-animation-iteration-count: infinite; } html { background-color: grey; } @-webkit-keyframes lol { 0% { filter: hue-rotate(120deg); } 25% { filter: hue-rotate(180deg); } 75% { filter: hue-rotate(240deg); } 0% { filter: hue-rotate(300deg); } } @-webkit-keyframes demo { 0% { background-color: Yellow; opacity:1; } 22% { background-color: green; } 77% { background-color: Red; } 100% { background-color: blue; } } html { -webkit-animation-name: demo; -webkit-animation-duration: 10ms; -webkit-animation-iteration-count: infinite; } </style> </head> <body> <pre><code> steps to play: 1. close your eyes 2. imagine the game. a. fent or weed helps with this part 3. play. note: do not try walking forward while playing, you might accidently walk to a ditch shaped like a human (its hapepned more than once) - written by risyhabh (on fent) </pre></code> <div class="game" style="background-color: black;position: absolute;width: 500px;height: 300px;"></div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> ^ this is where imagine game </body> </html> |