miner49r

An improbable collection of electrons hiding in an obscure corner of the internet

  • Home
  • MinerUpdates
  • MountVintage.org
« Back to posts
  • Viewed
    times
February 16, 2012

box-sizing: border-box

  • Edit
  • Delete
  • Tags
  • Autopost

http://paulirish.com/2012/box-sizing-border-box-ftw/

This gives you the box model you want. 

/* apply a natural box layout model to all elements */ * 
{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

  • 0 responses
  • Like
  • Comment