mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
15 lines
275 B
HTML
15 lines
275 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
#thediv {
|
|
position: absolute; left: 0; top: 100%;
|
|
-moz-transform: rotate(-90deg);
|
|
-moz-transform-origin: 0 0;
|
|
background: blue 0 0 fixed repeat; width: 200px; height: 200px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="thediv"></div>
|
|
</body>
|
|
</html>
|