mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
8 lines
228 B
HTML
8 lines
228 B
HTML
|
|
<style>
|
||
|
|
div {color:white; font-size: xx-large; top: 0; left: 0; position: absolute; width: 200px; height:200px;}
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<div style="background: red;">FAIL</div>
|
||
|
|
<div style="">
|
||
|
|
<div style="background:green">PASS</div>
|
||
|
|
</div>
|