blob: 7bf87215b2106793ccfe4a47e26f4e8404f975ed (
plain)
1
2
3
4
5
6
7
8
|
<!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>
|