I want to put padding on a css border. Pull it inside a div, away from the edge. Is this possible using css (css3 is fine, webkit).
Here is the design.
You could do that by creating a inner div with the borders you want and a outer div with a display: table. Something like this: