<section>
<span class="text-background">2021</span>
<p>
“Do the hard jobs first. The easy jobs will take care of themselves.”
Dale Carnegie
</p>
</section>
.text-background {
position: absolute;
font-size: 142px;
color: #3d3d3d;
}
p {
position: absolute;
font-size: 20px;
color: #eee;
}
section {
position: relative;
display: grid;
place-items: center;
width: 100%;
}
body {
margin: 0;
height: 100vh;
width: 100%;
background: #454545;
display: grid;
place-items: center;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.