2017-01-10 4 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; 
} 
関連する問題