css技巧总结

1.文本模糊

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

原文地址:https://www.cnblogs.com/xuyan1/p/13329762.html