Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Radial Gradient Syntax Reply To: Radial Gradient Syntax

#150979
Nikolas
Participant

Thanks Pualie_D, I had already visited that website and given up on it because it did not seem to support custom shapes rather than the default “circle” or “ellipse” – but after reading up on the syntax guides on Wikipedia and the W3C websites I managed to solve the issue with this:

background: radial-gradient(50% 200px ellipse at top, rgba(255,255,255,.33) 0%,rgba(0,0,0,0) 100%);