<div class="container">
<div class="column">
<div class="box a">I am on border-box with border bottom
<br>
No matter the border width, I'll always have 200x200px</div>
</div>
<div class="column">
<div class="box a c">I am on border-box with box-shadow inset
<br>
No matter the border width, I'll always have 200x200px</div>
</div>
<div class="column">
<div class="box b">I am on content-box
<br>
I'll always have 200x200px plus border thickness</div>
</div>
</div>