Conic gradients

 There are 'conic-gradient's in CSS.


They are like radial gradients, but the colours change as you go round the centre point.


There is a lot more to radial gradients than I realised, like 'farthest-corner' and steps


There are more tips at: bbingo.xyz/t

Comments

Popular posts from this blog

Running minifiers twice

Using 'JSMin' to remove commented-out code from JavaScript

Coding in small steps can be boring