50
loading...
This website collects cookies to deliver better user experience
<div class = 'sphere'></div>
.sphere {
border-radius: 50%; /* to make it a circle */
background:
radial-gradient(
circle at 30% 30%,
#ffff00,
#774400
); /* this is the radial gradient I was talking about */
}