blob: 55dc201b3fd49a2788de6bb11c2af6d1d307ad1b [file] [log] [blame]
<html>
<head>
<style>
#grad {
height: 50px;
width: 50px;
background: conic-gradient(blue -50deg, blue 90deg, orange 90deg, orange 180deg, magenta 180deg, magenta 270deg, blue 270deg, blue 540deg);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>