https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 748537edb8a624ad424539427b14bc6ea103ee6f authored by ffxbld on 06 June 2012, 06:49:46 UTC
Added FENNEC_14_0b6_RELEASE FENNEC_14_0b6_BUILD1 tag(s) for changeset 7054a9e24f11. DONTBUILD CLOSED TREE a=release
Tip revision: 748537e
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