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