So I am trying some thing out with CSS and I got idea to change color of background but only around cursor. It doesn't matter if it is circle or whatever shape. Is it possible to do it with CSS and if not can I do it with JavaScript.
Example so I translate better what I wanted to do. Imagine screen is black and "CURSOR"(mouse) is torch and as you are moving it around color around is white and all other stays black.
I tried hover but as I expected it changes color of hole screen.