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