2017-01-10 14 views

回答

0

我发现你这个确切的主题:

Text stroke in Edge

,这里是它的一些代码:

header h1 { 
     color: white; text-align:center; 
     -webkit-text-fill-color: transparent; 
     -webkit-text-stroke: 3px white; 
     /.*text-shadow: 0px 0px 0.1em aqua, 0px 0px 0.25em lime;*/ 
     font-size: 7em; 
} 
header h1:hover { 
     -webkit-text-fill-color: white; 
} 
相关问题