Raw File
aja-linear-4a.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(top, yellow, blue, #0f0);
}
</style>
<div></div>
back to top