<html> <style> div { width: 200px; height: 200px; background: linear-gradient(green, white); } </style> <div></div> </html>