home
The Box Model
3
/ 5
Margin creates space outside the box. Change the margin and observe the space around the box.
html
<div>His deductions were swift and accurate.</div>
css
div {
background: lightcoral;
margin:
;
}
10px
30px
0px
60px
https://
🎯 Try to reproduce this
https://
Your result
Legal
·
Privacy