Outline Effekt
Outline Effekt mit CSS erstellen
body {
margin: 0;
padding: 0 20px;
background: #c42602;
font-family: sans-serif;
text-align: center;
}
h1 {
color: #fff;
-webkit-text-fill-color: #c42602;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFFFFF;
text-transform: uppercase;
font-weight: 700;
font-size: 188px;
}
HTML
<!-- partial -->
<h1>
Outline
</h1>
<!-- partial -->