5.2: Lorem CSS
Style the paragraphs
/* Lorem Section */
.lorem {
margin-top: 32px;
font-family: Helvetica, sans-serif;
text-align: justify;
}

Spread things out


Next Section
Last updated
/* Lorem Section */
.lorem {
margin-top: 32px;
font-family: Helvetica, sans-serif;
text-align: justify;
}



Last updated
.lorem {
margin-top: 32px;
font-family: Helvetica, sans-serif;
text-align: justify;
line-height: 24px;
letter-spacing: 0.5px;
}