DEV Community

Discussion on: CSS 101: The Box Model

Collapse
 
saidsoualhi profile image
saidsoualhi • Edited

I'am a little bit confused, I have a question, I have a box with width of 100px, 0px padding, 0px border, and 10px margin
And I'm using the css property : box-sizing: content-box; on my box element,
So here what is the width result of my box element?
and what it will be the width if I use this property : box-sizing: border-box; ?