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

[Solved] Box Sizing

  • I've just started to use box sizing so i could add a border to the inside of my div. At present i have it set with a 10px border but is there anyway I can alter the border so certain edges are different border sizes not all set to 10px? I've tried border: 10px 5px 10px 10px; but doesn't work.
  • Of Course, you just have to set them independently: http://jsfiddle.net/Paulie_D/bYXVX/
  • Well i feel like a simpleton... must of been my sheer refusal to type it out individually that i prevented me from figuring it out myself. Thanks Paulie_D