<h1 class="title">
<span class="first-word">Modern</span>
<span class="second-word">
<span class="small-word">and</span>
Unique
</span>
</h1>
body {
height: 100vh;
display: flex;
align-items: center;
background: #3d3d3d;
}
.title {
display: flex;
flex-wrap: wrap;
text-transform: uppercase;
font-size: 40px;
line-height: .85;
max-width: 240px;
margin: 0 auto;
color: #fff;
}
.first-word {
color: #fdce16;
}
.second-word {
display: flex;
flex-direction: column;
align-items: center;
margin-left: auto;
}
.small-word {
font-size: 20px;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.