Python253

7x_418_041618

May 1st, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.87 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>?v=tmpc9M81Xb4</title>
  7. <style>
  8. @import url(https://fonts.googleapis.com/css?family=Gilda+Display);
  9.  
  10. html {
  11.   background: radial-gradient(#000, #111);
  12.   color: white;
  13.   overflow: hidden;
  14.   height: 100%;
  15.   user-select: none;
  16. }
  17.  
  18. .static {
  19.   width: 100%;
  20.   height: 100%;
  21.   position: relative;
  22.   margin: 0;
  23.   padding: 0;
  24.   top: -100px;
  25.   opacity: 0.05;
  26.   z-index: 230;
  27.   user-select: none;
  28.   user-drag: none;
  29. }
  30.  
  31. .error {
  32.   text-align: center;
  33.   font-family: 'Gilda Display', serif;
  34.   font-size: 95px;
  35.   font-style: italic;
  36.   text-align: center;
  37.   width: 100px;
  38.   height: 60px;
  39.   line-height: 60px;
  40.   margin: auto;
  41.   position: absolute;
  42.   top: 0;
  43.   bottom: 0;
  44.   left: -60px;
  45.   right: 0;
  46.   animation: noise 2s linear infinite;
  47.   overflow: default;
  48. }
  49.  
  50. .error:after {
  51.   content: '223';
  52.   font-family: 'Gilda Display', serif;
  53.   font-size: 100px;
  54.   font-style: italic;
  55.   text-align: center;
  56.   width: 150px;
  57.   height: 60px;
  58.   line-height: 60px;
  59.   margin: auto;
  60.   position: absolute;
  61.   top: 0;
  62.   bottom: 0;
  63.   left: 0;
  64.   right: 0;
  65.   opacity: 0;
  66.   color: blue;
  67.   animation: noise-1 .2s linear infinite;
  68. }
  69.  
  70. .info {
  71.   text-align: center;
  72.   font-family: 'Gilda Display', serif;
  73.   font-size: 15px;
  74.   font-style: italic;
  75.   text-align: center;
  76.   width: 200px;
  77.   height: 60px;
  78.   line-height: 60px;
  79.   margin: auto;
  80.   position: absolute;
  81.   top: 140px;
  82.   bottom: 0;
  83.   left: 0;
  84.   right: 0;
  85.   animation: noise-3 1s linear infinite;
  86. }
  87.  
  88. .error:before {
  89.   content: '18';
  90.   font-family: 'Gilda Display', serif;
  91.   font-size: 100px;
  92.   font-style: italic;
  93.   text-align: center;
  94.   width: 100px;
  95.   height: 60px;
  96.   line-height: 60px;
  97.   margin: auto;
  98.   position: absolute;
  99.   top: 0;
  100.   bottom: 0;
  101.   left: 0;
  102.   right: 0;
  103.   opacity: 0;
  104.   color: red;
  105.   animation: noise-2 .2s linear infinite;
  106. }
  107.  
  108. @keyframes noise-1 {
  109.   0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  110.   10% {opacity: .1;}
  111.   50% {opacity: .5; left: -6px;}
  112.   80% {opacity: .3;}
  113.   100% {opacity: .6; left: 2px;}
  114. }
  115.  
  116. @keyframes noise-2 {
  117.   0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  118.   10% {opacity: .1;}
  119.   50% {opacity: .5; left: 6px;}
  120.   80% {opacity: .3;}
  121.   100% {opacity: .6; left: -2px;}
  122. }
  123.  
  124. @keyframes noise {
  125.   0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; transform: scaleY(1);}  
  126.   4.3% {opacity: 1; transform: scaleY(1.7);}
  127.   43% {opacity: 1; transform: scaleX(1.5);}
  128. }
  129.  
  130. @keyframes noise-3 {
  131.   0%,3%,5%,42%,44%,100% {opacity: 1; transform: scaleY(1);}
  132.   4.3% {opacity: 1; transform: scaleY(4);}
  133.   43% {opacity: 1; transform: scaleX(10) rotate(60deg);}
  134. }
  135. }
  136. </style>
  137. </head>
  138. <body>
  139.  
  140. <div class="error">418</div>
  141. <br /><br />
  142. <span class="info">I'm a teapot.</span>
  143. <img src="http://images2.layoutsparks.com/1/160030/too-much-tv-static.gif" class="static" />
  144.  
  145. </body>
  146. </html>
Add Comment
Please, Sign In to add comment