mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
282 B
HTML
10 lines
282 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>
|