nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 162 forks source link

About "rigid" div #74

Closed ManasN closed 9 years ago

ManasN commented 9 years ago

Hello, I am thinking of using Unsemantic for my next big project. But before I proceed, I need to know the following:

How can I create three divs (33.33% wide both) or any combination which stays the same way no matter how small the screen becomes while keeping other divs unaffected?

nathansmith commented 9 years ago
<div class="grid-container">

  <div class="grid-33 tablet-grid-33 mobile-grid-33">
    This is always 33%
  </div>

  <div class="grid-33 tablet-grid-33 mobile-grid-33">
    This is always 33%
  </div>

  <div class="grid-33 tablet-grid-33 mobile-grid-33">
    This is always 33%
  </div>

</div>
ManasN commented 9 years ago

Thanks a lot :) Unsemantic is such a great tool I am to loving it more and more each day!