Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyCSSthe box modelSingle-choice MCQ

You set `box-sizing: border-box; width: 200px; padding: 20px;` on a div. How wide is the content area inside it?

div { box-sizing: border-box; width: 200px; padding: 20px; }