blob: 145b67627636cb6e845bdba753a4c14da7c49dc4 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<div style="float:left">
<div style="padding-bottom:1em">
<div style="float:left">test</div>
</div>
<div style="margin-top:0.5em; background:gold;">
test
</div>
</div>
|