Make a card book. Between classes do with text indent - margin-bottom.
After class header-text_comment indent margin-bottom: 47px not earned.
Please help, where is the error?
Here is the HTML code:
<!DOCTYPE html>Book "HTML and CSS. Development and design of web sites"
And CSS code:
body {
font-family: Tahoma;
}
.container {
width: 1140px;
margin-left: auto;
margin-right: auto;
}
.header {
padding-top: 77px;
padding-bottom: 97px;
}
.header-img {
display: inline-block;
width: 39%;
vertical-align: middle;
}
.header-text {
display: inline-block;
width: 60%;
vertical-align: middle;
}
.header-text__title {
font-size: 48px;
font-weight: 700;
margin-bottom: 15px;
}
.header-text__subtitle {
font-size: 30px;
font-weight: 400;
margin-bottom: 35px;
}
header-text_comment {
font-size: 118px;
font-weight: 400;
line-height: 27px;
max-width: 500px;
margin-bottom: 47px;
}
header-text_stand {
font-size: 48px;
font-weight: 500;
}