home
The Box Model
2
/ 5
Padding adds space inside the box. Adjust the padding to see how it affects the content.
html
<div>The detective's keen eye missed nothing.</div>
css
div {
background: lightcoral;
padding:
;
}
20px
5px
50px
0px
https://
🎯 Try to reproduce this
https://
Your result
Legal
·
Privacy