mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
16 lines
240 B
HTML
16 lines
240 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div {
|
|
height: 200px;
|
|
width: 200px;
|
|
background: green;
|
|
-moz-transform: translate(500px, 500px);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
</div>
|
|
</body>
|
|
</html>
|