mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|