Advertisement
Guest User

index.html

a guest
Apr 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Shot for Shot</title>
  5.  
  6. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="stylesheet" type="text/css" href="index.css">
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div class="box" style="background-color: blue"></div>
  14. <div class="box" style="background-color: red"></div>
  15. <div class="box" style="background-color: green"></div>
  16.  
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement