mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
11 lines
192 B
HTML
11 lines
192 B
HTML
|
<!doctype html>
|
||
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
||
|
<style>
|
||
|
div {
|
||
|
height: 200px;
|
||
|
width: 100px;
|
||
|
background: -moz-linear-gradient(0 0, yellow, blue);
|
||
|
}
|
||
|
</style>
|
||
|
<div></div>
|