<html>
<head>
<style>
#grad1 {
height: 200px;
width: 200px;
background-color: red; /* For browsers that do not support gradients */
background-image: conic-gradient(red 45deg, yellow 90deg, green 210deg);
}
</style>
</head>
<body>
<h1>Conic Gradient - Defined degree for each color</h1>
<div id="grad1"></div>
</body>
<!-- Mirrored from www.mdssup.ma/cssref/tryit.asp?filename=trycss3_gradient-conic3 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:43:09 GMT -->
</html>