3 <body style=
"-webkit-writing-mode:vertical-lr">
4 <div style=
"width:100px; background-color:yellow"></div>
5 <div style=
"float:left;width:100px;height:100px;background-color:green; margin-top:10px;"></div>
6 <div style=
"float:right;width:100px;height:100px;background-color:green; margin-bottom:10px"></div>
7 <div style=
"clear:left; float:left;width:100px;height:100px;background-color:purple; margin-top:10px"></div>
8 <div style=
"clear:right; float:right;width:100px;height:100px;background-color:purple; margin-bottom:10px"></div>