mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
9 lines
276 B
HTML
9 lines
276 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background: -moz-linear-gradient(lime, lime) fixed;">
|
|
<div style="position: absolute; left: 0; top: 0; -moz-transform: scale(1)">
|
|
<div style="position: absolute; width: 200px; height: 200px;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|