.about {
margin-top: 90px;
display: flex;
flex-direction: row;
min-height: 80vh;
justify-content: space-evenly
}
.about-text-container {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: left;
width: 40%;
}
.about-text-container h2 {
color: #000;
font-size: 40px;
margin-top: 10px;
}
.about-text-container p {
color: #555;
text-indent: 50px;
font-size: 16px;
font-weight: 400;
margin-top: 10px;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter