-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Валинуров Ильмир #23
base: main
Are you sure you want to change the base?
Валинуров Ильмир #23
Conversation
</nav> | ||
<section class="page__block"> | ||
<div class="page__cardholder"> | ||
<div class="page__title"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если это заголовок, можно написать его в теге header
Ничто не запрещает использовать хедер внутри секции
</nav> | ||
<section class="page__block"> | ||
<div class="page__cardholder"> | ||
<div class="page__title"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если это заголовок, можно написать его в теге header
Ничто не запрещает использовать хедер внутри секции
<div class="page__title"> | ||
<h2>Заголовок</h2> | ||
</div> | ||
<div class="page__card"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это можно сделать article
<div class="page__title"> | ||
<h2>Заголовок</h2> | ||
</div> | ||
<div class="page__card"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это можно сделать article
<h2>Заголовок</h2> | ||
</div> | ||
<div class="page__card"> | ||
<div class="page__card-content"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут можно сделать figure
<h2>Заголовок</h2> | ||
</div> | ||
<div class="page__card"> | ||
<div class="page__card-content"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут можно сделать figure
</div> | ||
<div class="page__card"> | ||
<div class="page__card-content"> | ||
<div class="page__image"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Где картинка то сама?)
</div> | ||
<div class="page__card"> | ||
<div class="page__card-content"> | ||
<div class="page__image"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Где картинка то сама?)
<div class="page__card-content"> | ||
<div class="page__image"> | ||
</div> | ||
<div class="page__info"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут можно сделать figcaption
<div class="page__card-content"> | ||
<div class="page__image"> | ||
</div> | ||
<div class="page__info"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут можно сделать figcaption
<p class="page__description"> | ||
Здесь будет описание съемки | ||
</p> | ||
<div class="page__tagholder"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Теги можно вынести в aside
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Дальше по аналогии
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Дальше по аналогии
<p class="page__description"> | ||
Здесь будет описание съемки | ||
</p> | ||
<div class="page__tagholder"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Теги можно вынести в aside
first try