首页 > 技术文章 > css技巧总结

xuyan1 2020-07-17 14:23 原文

1.文本模糊

.vague {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

 

推荐阅读