Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让文字看起来蚀刻?我希望我的文本视图中的文本看起来蚀刻。我尝试在阴影中使用负值,但 0 似乎是最低值。
您可以使用文本阴影来执行此操作。首先,确保阴影颜色比文本颜色浅,并使用如下内容:
.etched { color: #222; text-shadow: 0px 2px 3px #555; }