-
Notifications
You must be signed in to change notification settings - Fork 86
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
base: master
Are you sure you want to change the base?
Conversation
🍏 Пройден линтинг и базовые тесты |
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-face | ||
{ | ||
font-family: annabelle; | ||
src: local(anabelle), url(../fonts/annabelle.ttf); |
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.
Добавь еще какой-нибудь формат шрифта
background: url('http://bit.ly/2fhRTzK'); | ||
} | ||
|
||
input[name='size'][value='80']:checked ~ .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.
Почему бы просто классом не задать?
input[name='size'][value='80']:checked ~ .content h3, | ||
input[name='size'][value='80']:checked ~ .content h2 | ||
{ | ||
font-size: 1.36rem; |
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.
Лучше менять шрифт только на одном элементе и наследовать размеры от него
Посмотреть решение