Guest User

Untitled

a guest
Jan 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #divContainer {width: 800px;background: url(images/bg.jpg) repeat-y;}
  2. #div1 {width: 180px;float: left; color:#FFF;}
  3. #div2 {width: 560px;float: right; background-color: gray; }
  4.  
  5.  
  6. <div id="divContainer">
  7. <div id="div1">
  8. <p>This could be a simple navigation column.</p>
  9. </div> <!-- div1 -->
  10. <div id="div2">
  11. <p>This would be a much larger column because it would be the body copy for the site. You would typically want to make this text very long to show exactly what the site is doing. So copy some lorem ipsum text in here ……. </p>
  12. </div> <!-- div2 -->
  13. <br style="clear: both;" /> <!-- This is to make sure it wraps -->
  14. </div> <!-- divContainer -->
Add Comment
Please, Sign In to add comment