mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
292 B
HTML
11 lines
292 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="opacity:0.8; background-color: gray;">
|
|
<span style="display:inline-block; width:256px; height:256px; background:lime; position:relative; top:10px;">
|
|
<div style="background:yellow; height:50px;"></div>
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|