+ 1
Codes for color gradient background
What are the codes for a color gradient background? I've search in google and tried but it doesn't work.
2 ответов
+ 4
Lucey Use this :
background: linear-gradient(280deg ,#931b7d, #b30372);
Also you can add your code too :))