blob: 319ffb153e4184d2ef1de6ac19c914f8e4571983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html>
<body>
<div style="display:-moz-box; height:20px; border:4px dotted blue;">
<div>
<span style="display:inline-block; width:50px; height:200px; background:yellow;">
</div>
</div>
</body>
</html>
|