blob: 9358f2916e8bd85fd443601c9592fe75b8cea53d (
plain)
1
2
3
4
5
6
7
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/floats-placement-vertical-001a.htm */
.left { float:left; }
.right { float:right; }
.left, .right { width:50px; height:50px; background:yellow; }
p { overflow:auto; }
|