Skip to content
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

Сетка страниц и крупных блоков на флексах #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KaterinaOsch
Copy link
Contributor

@KaterinaOsch KaterinaOsch commented Mar 23, 2022

@keksobot keksobot changed the title Расставляет крупные блоки Сетка страниц и крупных блоков на флексах Mar 23, 2022
keksobot pushed a commit that referenced this pull request Mar 24, 2022
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

index.html Outdated
@@ -7,6 +7,7 @@
</head>
<body>
<header class="page-header">
<div class="page-header-container">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно соблюдать табуляцию и вложенность. Так код будет легче воспринимать и тебе и другим.

index.html Outdated
@@ -31,52 +32,58 @@
</a>
</li>
<li class="navigation-item">
<a class="button" href="#">
<a class="navigation-link" href="#">
<span class="visually-hidden">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лишний элемент. Нет необходимости дополнительно вкладывать текст в спан.

index.html Outdated
<span class="visually-hidden">
Избранное
</span>
</a>
<span>12</span>
</li>
<li class="navigation-item">
<a class="button" href="#">ХОЧУ СЮДА!</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Верхнего регистра лучше добиваться через стили (существует свойство text-transform) А в разметке лучше писать как обычно.

index.html Outdated
<div class="page-container">
<div class="intro">
<h1 class="visually-hidden">Добро пожаловать в город Седона!</h1>
<img src="images/welcome.svg" width="458" height="352" alt="Добро_пожаловать!">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В alt можно использовать пробелы, если что

index.html Outdated
<img src="images/divider.svg" width="1200" height="57" alt="Декоративная_вставка">
</div>
<h2 class="city-intro">Седона — небольшой городок в Аризоне,<br>
заслуживающий большего!</h2>
<p class="advantages-intro">Рассмотрим 5 причин, по которым Седона круче, чем Гранд-Каньон!</p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сбилась табуляция.

@@ -14,7 +14,15 @@ src: url("../fonts/ptsans-700.woff2") format("woff2");
font-display: swap;
}

html{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай пробел добавлять перед открывающей скобкой css-правила

body{
margin:0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

И перед значением тоже пробел.


.page-header-container{
display: flex;
flex-direction:row;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это значение по умолчанию. Его можно не прописывать.

Оставила фикс-высоту только для subitems. Не знаю, как вытянуть на такую же высоту, как и у остальных, нижний ряд items, все едет.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants