Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

saved by24 people, first byLaura on 2007-04-10, last bydesigndivide on 2008-07-31

  • with the grid turned on in this example.
  • I’ve chosen a pretty standard base font size of 12 pixels, and set the line-height at 18 pixels, which gives us a nice open leading of about 150%. It’s important to think about your line-heights up front.
  • :last-child pseudo class since it doesn’t require me to add any extra markup. IE6 won’t get it, but it won’t break the layout.



    .callout :last-child { 
    margin-bottom: 0;
    }
  • on 2007-04-10 Mitten
    baseline typesetting on the web - skimmed, read in detail later