mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
227 B
HTML
13 lines
227 B
HTML
<!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>
|