Advertisement
Darth_GW7

Untitled

May 6th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <head>
  4. <style>
  5.  
  6. div {
  7. height: 100px;
  8. width: 100px;
  9. margin: 20px auto;
  10. border: 2px solid black;
  11. background-color: green;
  12. display: inline-block;
  13. }
  14.  
  15. </style>
  16. <title>
  17. TEST
  18. </title>
  19. </head>
  20.  
  21. <body>
  22. <div class="first">Test</div>
  23. <div class="second">Test</div>
  24. <div class="third">Test</div>
  25. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement