漂亮的文字阴影
https://www.bilibili.com/video/BV1EVV8zAEbr
Babel
css
text-shadow: 1px -1px red, -1px 1px blue, -10px 10px 10px #80808080;Babel
css
text-shadow: 1px -1px #fff, -1px 1px #999, -10px 10px 10px #80808080;基础样式
css
@font-face {
font-family: "Luckiest Guy";
src: url("/font/LuckiestGuy-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
font-size: 20vmin;
font-family: "Luckiest Guy";
line-height: 1;
margin: 0;
letter-spacing: 5px;
color: #e6e6e6;
text-align: center;