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