+ 5
What is a linear gradient?
8 Respuestas
+ 11
плавные переходы от одного цвета к другому: from white to grey, from aqua to blue, from pink to purple. look this code:
https://code.sololearn.com/WT2O8kQA8sLD/?ref=app - there are css linear gradients.
You can write any colors.
https://code.sololearn.com/W2RVrqEsR6AA/?ref=app - this is javascript linear gradient.
+ 2
Saleeban Hassan use sololearn😏
+ 1
How to learn simplest programing like web designing,database and so on
+ 1
Linear and Radial
+ 1
this the answer : radial
0
We have to define at least two colour stops. And colour stops are colours we want to render smooth transition among. We can set starting point and direction along with gradient effect.
CSS defines two types of gradients:
Linear Gradients (goes down/up/left/right/diagonally)
Radial Gradients (defined by their centre)
- 1
Radial