Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
#grad1 {
  height: 200px;
  width: 200px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: conic-gradient(at 60% 45%, red, yellow, green);
  border-radius: 50%;
}
</style>
</head>
<body>
<h1>Conic Gradient - With an at position</h1>
<div id="grad1"></div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss3_gradient-conic6 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 18:06:00 GMT -->
</html>