responsive design on a grid

Out of context: Reply #37

  • Started
  • Last post
  • 41 Responses
  • nb0

    @BabySnakes

    It's not the movement of the columns, the idea of an adaptable layout is very enticing. You start out trying to get your site to look good on different screens, but your code ends up full of <div class="one-third column alpha"> and class="clearfix" and so on. This is the opposite of semantic! It feels so dirty!

    • The importance is in the tag type more than the class name. To me anyways.BabySnakes
    • When developing I see class="col-1-2" i know that is 50% width. haven't used clearfixes in over 3 years.BabySnakes

View thread