blob: 27b364d716dd195b904d07ad53176ab9ef0fe7bf (
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(top 0px left 0px, yellow, blue);
}
</style>
<div></div>
|