How can I achieve a fading grid background effect?
I have experimented with using a conic-gradient for the background, but I am unsure how to make it fade out.
background:
conic-gradient(from 90deg at 1px 1px,#0000 90deg,grey 0)
0 0/50px 50px;