blob: 11e724d7f888554765532f7daef7b7bc72ee1919 [file] [edit]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=900-2500" />
<style>
#grad {
height: 50px;
width: 50px;
background: conic-gradient(from 0, blue, red 0, red 180deg, green 180deg, green 360deg);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>