This time I will bring you the gradient color of css. What are the precautions for using css gradient color? The following is a practical case, let’s take a look.
background: -o-linear-gradient(left, #109afd, #3ed3fe); background: -moz-linear-gradient(left, #109afd, #3ed3fe); background: -ms-linear-gradient(left, #109afd, #3ed3fe); background: linear-gradient(left, #109afd, #3ed3fe); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#109afd, endColorstr=#3ed3fe); background: -webkit-linear-gradient(left, #109afd, #3ed3fe);
Other related articles!
Related reading:Commonly used array string methods
The above is the detailed content of css gradient color. For more information, please follow other related articles on the PHP Chinese website!