Skip to main content
box-sizing: border-box Started by Xarcell · · Read 11555 times 0 Members and 1 Guest are viewing this topic. previous topic - next topic

Re: box-sizing: border-box

Reply #15

There's also a setting (padding-box) that calculates 100% as content + padding instead of content + padding + border, but its use case is limited, just as is browser support.
Always surprised there's nothing for margin-box, though... :P