Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. html, body {
  2. background:#FFF;
  3. padding:20px;
  4. margin:0;
  5. }
  6.  
  7. body {
  8. font-family: helvetica;
  9. line-height: 30px;
  10. font-size: 20px;
  11. }
  12.  
  13. div#container {
  14. width:100%;
  15. height:610px;
  16. overflow:hidden;
  17. }
  18.  
  19. div#header1, div#header2, div#header3 {
  20. float:left;
  21. width:33%;
  22. overflow:hidden;
  23. }
  24.  
  25. div#col1, div#col2, div#col3 {
  26. float:left;
  27. width:33%;
  28. overflow:hidden;
  29. }
  30.  
  31. div#col1 { background:#EEE; }
  32. div#col2 { background:#09F; }
  33. div#col3 { background:#FD0;
  34. width:34%;
  35. }
  36.  
  37. div#col1-inner, div#col2-inner, div#col3-inner {
  38. position:relative;
  39. padding:5px 10px;
  40. }
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. /* Self Clearing Rules
  49. ------------------------------------------------------------------------------------------------ */
  50. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  51. .clearfix { display: inline-block; _height: 1%; }
  52. /* Hide from IE-mac \*/ .clearfix { display: block; } /* End hide from IE-mac */
Add Comment
Please, Sign In to add comment