mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
11 lines
202 B
HTML
11 lines
202 B
HTML
<!doctype html>
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
|
<style>
|
|
div {
|
|
height: 200px;
|
|
width: 100px;
|
|
background: -moz-linear-gradient(top, yellow, blue 20%, #0f0);
|
|
}
|
|
</style>
|
|
<div></div>
|