blob: dd8b4f55ed8d176c6e90b5c7484e313a98d6fc59 (
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(center top, yellow, blue);
}
</style>
<div></div>
|