<html> | |
<head> | |
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=3700-10000" /> | |
<style> | |
#grad { | |
height: 100px; | |
width: 100px; | |
background: repeating-conic-gradient( | |
blue 0deg, blue 90deg, | |
orange 0deg, orange 180deg | |
); | |
} | |
</style> | |
</head> | |
<body> | |
<div id="grad"></div> | |
</body> | |
</html> |