2 Column Layout


/ Published in: HTML
Save to your folder(s)

CSS not included!


Copy this code and paste it in your HTML
  1. <div class="colmask rightmenu">
  2. <div class="colright">
  3. <div class="colleft">
  4. <div class="col1">
  5. <!-- Column 1 start -->
  6.  
  7. <!-- Column 1 end -->
  8. </div>
  9. <div class="col2 rightcolumn">
  10. <!-- Column 2 start -->
  11.  
  12. <!-- Column 2 end -->
  13. </div>
  14. </div>
  15. </div>
  16. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.