Conic Accident
conicBtn.onclick = () => {
document.body.innerHTML += `
<style>
div {
background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}
</style>
`
}
get ready….
When I created the gradient conic snippet from a few days ago – I accidentally applied the rule to the entire page…. thought it was funny enough to be worth making a snippet out of 😀