blob: ad7df892a8bd8e58cc559f8d5b21c3f8d3c90550 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
background: linear-gradient(to top, yellow, transparent);
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>