mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
7 lines
271 B
HTML
7 lines
271 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="width:100px; height:100px; transform:rotate(90deg); background:linear-gradient(red, green);"></div>
|
|
<div style="width:100px; height:100px; transform:rotate(270deg); background:linear-gradient(red, green);"></div>
|
|
</body>
|
|
</html>
|