1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > css —— 文字添加白色描边

css —— 文字添加白色描边

时间:2020-04-09 09:42:13

相关推荐

css —— 文字添加白色描边

效果图:

实现代码:

.box{width: 200px;height: 200px;background-color: plum;display: flex;flex-direction: column;justify-content: center;align-items: center;font-weight: 600;color: #666666;}.text{margin-bottom: 15px;}.stroke{text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px white;}

<div class="box"><div class="text">没有添加描边</div><div class="stroke">添加了白色描边的效果</div></div>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。