1 2 3 4 5 6 7 8 | #navbar { background : linear-gradient(to right , #ff00cc , #333399 ); display : flex; justify- content : center ; align-items: center ; height : 50px ; color : white ; } |
1 2 3 4 5 6 | < ul id = "navlist" > < li >< a href = "#" >Home</ a ></ li > < li >< a href = "#" >About</ a ></ li > < li >< a href = "#" >Services</ a ></ li > < li >< a href = "#" >Contact</ a ></ li > </ ul > |
1 2 3 4 5 6 7 8 | #navlist li a { background : linear-gradient(to right , #ff00cc , #333399 ); -webkit-background- clip : text; -webkit-text-fill- color : transparent ; margin : 0 10px ; text-decoration : none ; font-size : 16px ; } |
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com