I need to create a round frame around a transparent center. The frame has a radial gradient from inner to outer border.
The round div is easy with border-radius 50%.
The problem is adding a radial gradient to the border. I tried with border-image, border-color, box-shadow, radial-gradient without any success, while with background-image I didn't manage to have the transparent center.
Any suggestions?
Thanks, Enrico