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