0
What is 'gradients'?
8 Respostas
+ 4
gradients are background patterns or designs
+ 3
a gradient is a smooth transition from one value to another. could be temperature or pressure. here we talk about color gradients. from black to white is a gradient. gradients have a at least 2 colors. start and stop. but they can have any number along the way. say red at 0%, blue at 70% and white at 100%. play with the examples in the css course.
+ 3
Example:
body {
height: 100vh;
background: linear-gradient(pink, purple);
}
0
still not clear
0
need an example please
0
👍
0
thnx guys