blob: 70dcfa0cdcd9e44733f89c7cc312d67017a05678 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body>
<div style="width: 200px">
<div style="float: left; width: 200px">
testing
</div>
<aside style="float: left;margin-right: -100px;">
aside
</aside>
</div>
</body>
</html>
|