blob: c11aef114dab6f698ae252e57ee53db9d6f5fccb [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, blue 180deg, orange 180deg, orange 360deg);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>