答案 0 :(得分:0)
有没有理由将此标记为C#?或者像这样的前端解决方案会起作用吗?
body {
background-color: red;
}
.outlined {
font-size: 75px;
font-weight: bold;
font-family: 'Arial';
color: white;
text-shadow:
-2px -2px 0 #000,
2px -2px 0 #000,
-2px 2px 0 #000,
2px 2px 0 #000;
}
<p class="outlined">Example</p>