blob: a7438fa679b8f312629ce860bd354af01fc5baec [file] [log] [blame]
<html>
<head>
<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>