Is there a way to have 2 different background colors on a web page?
Check out the code here:
Initially, the background is one color,
https://i.sstatic.net/7p3Gs.png
If you click on a circle, how can you change the background to a different color?
https://i.sstatic.net/9q3T1.png
body {
background: #353198;
}