<!doctype html> <!-- Derived from http://a-ja.net/newgrad.html --> <style> div { height: 200px; width: 100px; background: linear-gradient(yellow, blue 20%, #0f0); } </style> <div></div>