mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
17 lines
240 B
HTML
17 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>
|