1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Transform Center with Borders
</title>
8 <style type=
"text/css" media=
"screen">
13 outline:
5px solid black;
19 background-color: green;
20 border-right:
50px solid gray;
23 -webkit-transform-origin: left;
26 box-sizing: border-box;
33 <p>Top box should have gray part extending outside the black outline. Lower box should lie inside the outline
</p>
34 <div class=
"container">
35 <div class=
"box">box-sizing: auto
</div>
36 <div class=
"box border-box">box-sizing: border-box
</div>