Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <br/>
- <title>-</title>
- </p>
- <img class="resize" src="/web/20170929173007im_/http://www.sevens.exposed:80/WhiteRabbit/wr.jpg" id="bg" alt="bg">
- <div id="text">
- > 23.<br>
- > 36.<br>
- > 48.<span id="cursor">█</span>
- </div>
- <br><br>
- <center>
- </center>
- <style>
- img.resize {
- max-width:33%;
- max-height:33%;
- }
- body {
- background: black;
- }
- div {
- color: #3301ff;
- font-family: Monaco, monospace;
- font-size: 24px;
- width: 100%;
- text-align: center;
- position: absolute;
- top: 45%;
- left: 0px;
- animation: 120ms infinite normal glitch;
- }
- span {
- animation: 1500ms infinite normal cursor;
- }
- @keyframes glitch {
- 0% {
- opacity: 0;
- left: 0px;
- }
- 40% {
- opacity: 1;
- left: -2px;
- }
- 80% {
- opacity: 1;
- left: -2px;
- }
- }
- @keyframes cursor {
- 0% {
- opacity: 0;
- left: 0px;
- }
- 40% {
- opacity: 0;
- left: -2px;
- }
- 80% {
- opacity: 1;
- left: -2px;
- }
- }
- </style>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement