<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

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.