I wonder if there is way to set outerwidth of a div using css to ignore padding and borders.
outerwidth
div
css
When I set a div t
Nest another div inside yours, and apply the paddings/borders to the nested one:
....
Unfortunately, there is no purely CSS way to achieve that (or at least I'm not aware of one).