<h2 class="city main">Hà Nội</h2>
<h2 class="city">Paris</h2>
<h2 class="city">Tokyo</h2>
<h2 class="city">London</h2>
.city {
background-color: tomato;
color: white;
padding: 10px;
}
.main {
text-align: center;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.