<div class='test'>Hello World</div>
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
body {
background: #e3c095;
}
.test {
margin: 5vw 0;
text-align: center;
font-family: 'Krona One', sans-serif;
font-size: 10vw;
background: linear-gradient(to right, #8f664b, #e3c095);
background-clip: text;
background-clip: text;
text-fill-color: transparent;
text-stroke: 1px black;
filter: drop-shadow(1vw 1vw #291910);
filter: drop-shadow(1vw 1vw #291910);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.