我尝试了中风但没有得到结果,所以请建议我解决这个问题的CSS。我还尝试了阴影到文本:
body {
  color: #000;
  -webkit-text-fill-color: #030303;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fbf7f7;
  text-shadow: 8px -2px 0 #fff4f4,
  -4px -6px 0 #fff,
  -6px -5px 0 #fff,
  -8px 5px 0 #fffbfb;
}
/* added by Editor for demonstration purpose */
body {
  background-color: lightgray;
}
Lorem Ipsum
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
您可以使用
文字描边:body{ background:gray; } p{ font-size:38px; font-weight:700; -webkit-text-stroke: 2px white; }