使用CSS实现马赛克的效果Jul 19, 2021 前端开发 CSS最近需要实现一个动态文字马赛克的效果,记录一下:.mosaic { color: transparent; text-shadow: 0 0 10px rgba(0,0,0,0.5); } 效果如图: