Conic Gradient CSS
<div></div>
<style>
div {
width: 200px;
height: 200px;
background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}
</style>
CSS conic gradient. I got this snippet from CSS Tricks article… 😀
<div></div>
<style>
div {
width: 200px;
height: 200px;
background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}
</style>
CSS conic gradient. I got this snippet from CSS Tricks article… 😀