10 background-color: green;
11 border: blue solid
20px;
14 box-sizing: border-box;
17 box-sizing: content-box;
20 <div id=
"target1" class=
"content-box" style=
"top: 0px"></div>
21 <div id=
"target2" class=
"border-box" style=
"top: 200px"></div>