blob: f0b8eafc9238184719f9cfe212c9f6cea1c48434 [file] [log] [blame]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=900-2500" />
<style>
#grad {
height: 50px;
width: 50px;
background: conic-gradient(blue 0deg 90deg, magenta 90deg 180deg, orange 180deg 360deg);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>