treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Blueprint CSS "evenly sized" 3 Columns

  • using the default 24 column blueprint css configuration, how can i create a 3 column layout, with more space in between the columns?

    when i use

    <div class=\"span-7 colborder\">...</div>
    <div class=\"span-7 colborder\">...</div>
    <div class=\"span-8 last\">...</div>


    the last column will be wider ... how can i fix that? do i need to use something like http://kematzy.com/blueprint-generator/ to generate a say a 23 col configuration? (so 3 x span-7 + 2 colborder)?