Every element is a box. The box model controls how much space that box takes and the breathing room around its contents.
Padding is the space between an element's content and its edge — think of it as cushioning inside the box.
Task: Set the padding of the
.box element to 20px.style.css
1
2
3
4
5
6
Hit ▶ Run Code to see the magic ✨
✦