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