- From: fitrahfm via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Feb 2023 11:35:43 +0000
- To: public-css-archive@w3.org
How about using multiple radial-gradient? ` background: radial-gradient(circle at top left, purple, transparent), radial-gradient(circle at top right, magenta, transparent), radial-gradient(circle at bottom left, blue, transparent), radial-gradient(circle at bottom right, red, transparent); ` you will get the gradient just like this: <img width="165" alt="Screen Shot 2023-02-08 at 19 32 36" src="https://user-images.githubusercontent.com/91102425/217518292-3443c2b6-8f9d-41b2-b1b5-e1a8c1638cac.png"> -- GitHub Notification of comment by fitrahfm Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7648#issuecomment-1422454152 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 8 February 2023 11:35:45 UTC