You have 3 choices:
- Inner and outer boxes(as @xpapad stated).
- Using
outline, e.g.,outline:1px #000 solid;. Read more. - Using
box-sizing, which is a css3 property. E.g.,box-sizing:border-box;. Read more.
You have 3 choices:
outline, e.g., outline:1px #000 solid;. Read more.box-sizing, which is a css3 property. E.g., box-sizing:border-box;. Read more.