0
Can anyone tell me how to set linear gradient of an image.
I'm using notepad. RGBA
1 ответ
+ 4
If you wand to "fill" something, you should write in CSS:
selector {
background: linear-gradient(color1, color2,... colorN);
}
Also you can write % after colors, with it you can add "stop dot" for them.