-
Notifications
You must be signed in to change notification settings - Fork 103
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
Малых Денис #67
base: master
Are you sure you want to change the base?
Малых Денис #67
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
🍏 Пройден линтинг и базовые тесты |
</head> | ||
<body> | ||
<div class="header"> |
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 с классом header, а настоящий header, перепиши весь html с использованием header, article, section, footer и т.д.
</head> | ||
<body> | ||
<div class="header"> | ||
<div class="logo"> | ||
<img src="img/logo.jpg" alt="paper logo. Cat"> |
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.
Всем img нужно добавить title
|
||
.paper-name | ||
{ | ||
font-family: 'Gill Sans', 'Gill Sans MT'; |
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.
Давай всем шрифтам зададим local
Не выполнены требования: 1)Первая буква первого параграфа в статье обычно заметно выделяется. 2) Часто в тексте выделяют цитаты 3) В тексте используются переносы 4) Изредка текст пишут: Т |
font-family: Georgia, 'Times New Roman', Times, serif; | ||
} | ||
|
||
img |
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.
Перекликается с .content img
Посмотреть решение