第674天 给“测试投影”几个字添加立体投影的效果 [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
CHEN-DONG commentedon Feb 18, 2021
text-shadow
overwatch555 commentedon Feb 18, 2021
text-shadow
IceNova97 commentedon Jun 2, 2022
text-shadow: 左边距,上边距,模糊大小,颜色
zhuhangfeng commentedon Jun 3, 2024
通过 text-shadow:0 0 10px rgba(0, 0, 0, 0.5) 属性来实现投影效果,其中 0 0 10px rgba(0, 0, 0, 0.5) 分别表示水平偏移量、垂直偏移量、模糊半径和颜色。