8 background-color: green;
13 box-sizing: border-box;
18 box-sizing: content-box;
19 border: blue solid
20px;
22 <div id=
"target1" class=
"content-box" style=
"top: 0px"></div>
23 <div id=
"target2" class=
"border-box" style=
"top: 200px"></div>