зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
195 B
HTML
11 строки
195 B
HTML
|
<!doctype html>
|
||
|
<!-- Derived from http://a-ja.net/newgrad.html -->
|
||
|
<style>
|
||
|
div {
|
||
|
height: 200px;
|
||
|
width: 100px;
|
||
|
background: -moz-linear-gradient(bottom, blue, yellow);
|
||
|
}
|
||
|
</style>
|
||
|
<div></div>
|