Advertisement
Omnipotent

Alert! (FBI Shutdown) HTML Code

Aug 28th, 2015
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. =====
  2. Logo.png > https://i.imgur.com/ENTC2PG.png
  3. =====
  4.  
  5. HTML CODE:
  6. <html><head>
  7. <meta charset="utf-8">
  8. <style type="text/css">
  9.  
  10. body {
  11.     background-image: url(../logo.png);
  12.     background-repeat: no-repeat no-repeat;
  13.     background-position: center center;
  14.     -webkit-background-size: cover;
  15.     -moz-background-size: cover;
  16.     -o-background-size: cover;
  17.     background-attachment: fixed;
  18. }
  19.  
  20. </style>
  21. <title>Alert!</title>
  22. </head>
  23.  
  24. <body> 
  25.  
  26.  
  27.  
  28.  
  29. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement