Advertisement
Blizzardo1

Test Html Tagging (Battle Royale)

Sep 6th, 2014
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.66 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Battle Royale</title>
  4.         <style type="text/css">
  5.             div {
  6.                 background-color: 0a0a0a;
  7.                 color: ffffff;
  8.                 box-shadow: 10px 10px 5px #f05f55;
  9.             }
  10.          
  11.             body {
  12.                 background-color: #800813;
  13.             }
  14.            
  15.             #bottom-panel {
  16.                 position: absolute;
  17.                 bottom: 30px;
  18.                 width: 90%;
  19.             }
  20.         </style>
  21.     </head>
  22.     <body>
  23.     <div><h1>#REKT</h1></div>
  24.     <br />
  25.     <div id="bottom-panel">
  26.         <p>What that guy said</p>
  27.     </div>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement