2009-11-05 05:37:06 +03:00
|
|
|
<!doctype html>
|
|
|
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
|
|
|
<style>
|
|
|
|
div {
|
|
|
|
height: 200px;
|
|
|
|
width: 100px;
|
2015-07-15 17:37:22 +03:00
|
|
|
background: -moz-linear-gradient(top, yellow, blue, #0f0);
|
2009-11-05 05:37:06 +03:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div></div>
|