<h1>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
</h1>
body {
padding: 5vh 5vw;
margin: 0;
display: flex;justify-content: center;align-items: center;flex-wrap: wrap;
box-sizing: border-box;
min-height: 100vh;
font-size: calc(2vh + 2vw);
text-align: center;
background-color: #0f1015;
}
h1 {
color: transparent;
/* background-image: url(../images/header/text-overlay.png); */
background-image: linear-gradient(25deg, #8360c3 70%, tomato 30%);
background-repeat: no-repeat;
background-clip: text;
overflow: hidden
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.