Advertisement
Guest User

Columns Css

a guest
Oct 25th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. /* Column Classes
  2.     Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
  3. --------------------------------------------- */
  4.  
  5. .five-sixths,
  6. .four-sixths,
  7. .one-fourth,
  8. .one-half,
  9. .one-sixth,
  10. .one-third,
  11. .three-fourths,
  12. .three-sixths,
  13. .two-fourths,
  14. .two-sixths,
  15. .two-thirds {
  16.     float: left;
  17.     margin-left: 2.564102564102564%;
  18. }
  19.  
  20. .one-half,
  21. .three-sixths,
  22. .two-fourths {
  23.     width: 48.717948717948715%;
  24. }
  25.  
  26. .one-third,
  27. .two-sixths {
  28.     width: 31.623931623931625%;
  29. }
  30.  
  31. .four-sixths,
  32. .two-thirds {
  33.     width: 65.81196581196582%;
  34. }
  35.  
  36. .one-fourth {
  37.     width: 23.076923076923077%;
  38. }
  39.  
  40. .three-fourths {
  41.     width: 74.35897435897436%;
  42. }
  43.  
  44. .one-sixth {
  45.     width: 14.52991452991453%;
  46. }
  47.  
  48. .five-sixths {
  49.     width: 82.90598290598291%;
  50. }
  51.  
  52. .first {
  53.     clear: both;
  54.     margin-left: 0;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement