Advertisement
Guest User

html

a guest
Feb 13th, 2016
2,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <link rel="stylesheet" type="text/css" href="stylesheet.css">
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div class="div1"> DIV 1 FIXED
  14.  
  15. </div>
  16.  
  17. <div class="div2"> DIV 2 ABSOLUTE </div>
  18.  
  19.  
  20. <div class="div3"> DIV 3 ABSOLUTE </div>
  21.  
  22. <div class="div4"> DIV 4 ABSOLUTE </div>
  23. <div class="div5"> DIV 5 ABSOLUTE </div>
  24. <div class="div6"> DIV 6 ABSOLUTE </div>
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement