blob: 3de0665cb8fe9e540d06538f59460c7d78d13047 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
height: 200px;
width: 100px;
background: -moz-linear-gradient(yellow, blue);
}
</style>
<div></div>
|