follow the video on youtube at the front end of the study. Today encountered a problem, the same code, the headline center took effect, but my fixed width multi-line text is not centered.
my CSS is as follows:
.content {
padding: 2rem 0 6rem 0;
.title, .sub_title {
color: $white;
text-align: center;
}
.title {
font-weight: 400;
font-size: 3rem;
margin: 10 0 10 0;
}
.sub_title {
font-weight: 300;
font-size: 1rem;
width: 600px;
margin: 0 auto 2rem 0;
line-height: 2rem;
}
Design drawing effect