0
how to add a faded rainbow 🌈 to the left and right of the tree.
I want to play with colors a bit and thought I could add rainbow colors to a picture and make make them look fade https://code.sololearn.com/W095nus98JxJ/?ref=app
1 Respuesta
+ 1
ALAINGIRESSE ETONGO hello,
In the CSS course you have a part , in the last chapters about effects using the property filter among others, I think it can help you achieve that.
https://www.sololearn.com/learn/CSS/2964/
+ (for example)you could create your own rainbow using the linear or radial gradient,apply opacity on each of the colours,...
Have a good day.