Back to Freecodecamp

The Box Model Lesson K

curriculum/challenges/english/blocks/top-the-box-model/64a674ac7a7d00f97013ed12.md

latest717 B
Original Source

--description--

Because the box model concept is so incredibly fundamental, let’s dig a bit deeper with <a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model#what_is_the_css_box_model" target="_blank">this lesson from MDN</a>. It covers the same material as the video above and will introduce you to inline boxes that we will explore in the next lesson. Pay close attention to the examples and take the time to experiment with their in-browser editor!

--questions--

--text--

Which CSS property would you use to create more space between the contents of an element and its border?

--answers--

Margin


Padding


Border


Float

--video-solution--

2