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