+ 2
How is stroke used? and how is the height determined?
2 Antworten
+ 3
thanks!
0
h1{
color: black;
-webkit-text-fill-color: white;
/* Will override color (regardless of order) */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}