+ 1
Linear Gradients
how do you add a sharp line in the linear gradient
2 Respuestas
+ 3
✓✓<div>Linear Gradient</div>
div {
float: left;
width: 300px;
height: 2px;
margin: 4px;
color: #FFF;
background: linear-gradient(DeepSkyBlue, Black);
}
0
i got the answer is 20%