有一个布局
这是html
<h2>РАСПРОДАЖА</h2>
这是CSS
.double_text h2 {
font-family: 'Playfair Display', serif;
font-size: 104px;
line-height: 110px;
font-weight: 700;
background: #503012;
background: -webkit-linear-gradient(to top, #503012 0%, #A77027 30%, #F7A93B 100%);
background: -moz-linear-gradient(to top, #503012 0%, #A77027 30%, #F7A93B 100%);
background: linear-gradient(to top, #503012 0%, #A77027 30%, #F7A93B 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
我怎样才能给这个文本一个 3px 的白色描边?
对于引擎上的浏览器显示 WebKit 网页,此选项适合使用 '-webkit-text-stroke`
您可能希望使用选项 c来支持不支持
text-shadow
属性的其他浏览器:-webkit