-
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
Потапов Лев #101
base: master
Are you sure you want to change the base?
Потапов Лев #101
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
🍏 Пройден линтинг и базовые тесты |
|
||
h4, | ||
h5, | ||
|
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.
Пустая строка
{ | ||
font-size: 40px; | ||
text-align: center; | ||
font-family: 'Old English Text 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.
Надо установить фолбек-шрифт на случай, если такого шрифта не будет или он не загрузится.
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(...) для каждого шрифта.
left: 70px; | ||
} | ||
|
||
section |
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.
Давай не будем использовать теги в css, а повесим на них классы.
.mainNewImage | ||
{ | ||
display: inline-block; | ||
filter: grayscale(100%); |
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.
Нужно добавить вендорных префиксов этому правилу.
<hr class="textHr"> | ||
</section> | ||
<section class="mainNewImage"> | ||
<img alt="mainImage" |
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.
Давай добавим title
Посмотреть решение