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