https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 516edb128c5dc6941e985af33ec6310107fe6756 authored by seabld on 22 March 2012, 15:41:55 UTC
Added tag SEAMONKEY_2_9b1_RELEASE for changeset FIREFOX_12_0b2_BUILD1. CLOSED TREE a=release
Tip revision: 516edb1
aja-linear-1f.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(center top, yellow, blue);
}
</style>
<div></div>
back to top