blob: 683c1da652578f6e49306b22226d7bf9f66cd3b9 [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>