Advertisement
Azakiel

Untitled

Sep 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4.  
  5. <body>
  6. <div class="box"></div>
  7. <style>
  8. .box {
  9. width: 400px;
  10. height: 400px;
  11. background-color: red;
  12. }
  13. </style>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement