Advertisement
Digitalraindrops

Thumb Ribbon Row Css

Apr 16th, 2012
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .row {
  2.     width: 100%;
  3.     max-width: 1000px;
  4.     min-width: 420px;
  5.     margin: 0 auto;
  6.     overflow: hidden;
  7.    
  8. }
  9. .full-width, .row .full-width {
  10.     width: 100%;
  11.     float: left;
  12. }
  13. .third, .half {
  14.     margin-right: 3.8%;
  15.     float: left;
  16.     min-height: 1px;
  17.     overflow: hidden;
  18. }
  19. .third, .row .third {
  20.     width: 30.75%;
  21. }
  22. .half, .row .half {
  23.     width: 48%;
  24. }
  25. .last {
  26.     margin-right: 0px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement