R2C TextMate Bundle - CSS Columns


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



Copy this code and paste it in your HTML
  1. //This snippet is custom made for use in a TextMate Bundle.
  2. //To appropriately use it, create a TextMate Bundle out of it.
  3. //After that you can assign it it's own shortcuts / key equivalents.
  4.  
  5. div#${1}-columns {
  6. }
  7. div.${1}-left {
  8. width: 49%;
  9. float: left;
  10. }
  11. div.${1}-right {
  12. width: 49%;
  13. float: right;
  14. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.