https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bb63cc2f6690ee447fc9bef820c7aaa2573b41c1 authored by ffxbld on 16 March 2016, 00:04:17 UTC
Added FENNEC_45_0_1_RELEASE FENNEC_45_0_1_BUILD1 tag(s) for changeset 2a5af03a7b3e. DONTBUILD CLOSED TREE a=release
Tip revision: bb63cc2
aja-linear-5a.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(top, yellow, blue 20%, #0f0);
}
</style>
<div></div>
back to top