css3文字边框样式设置

Text-fill-color: 文字内部填充颜色

Text-stroke-color: 文字边界填充颜色

Text-stroke-width: 文字边界宽度

div { 
-webkit-text-fill-color: black; 
-webkit-text-stroke-color: red; 
-webkit-text-stroke-width: 2.75px; 
}

效果图:

 

posted @ 2020-06-15 22:24  Peter_Yang0942  阅读(3903)  评论(0编辑  收藏  举报