-
Notifications
You must be signed in to change notification settings - Fork 12
create markup #1
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
base: master
Are you sure you want to change the base?
Conversation
| font-size: 62.5%; | ||
| } | ||
| body { | ||
| font-size: 1.6rem; |
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.
Для относительных величин шрифта лучше где-нибудь в body определить дефолтный размер, т.к. в браузерах может отличаться это значение
| } | ||
| .info__temp { | ||
| color: #8d9396; | ||
| font-family: "Proxima Nova"; |
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.
Для шрифтов лучше указать фолбековый шрифт, если основной шрифт не подтянется.Например, почитать можно здесь: https://css-tricks.com/css-basics-fallback-font-stacks-robust-web-typography/
| <div class="card__top"> | ||
| <a><img src="img/refresh.png" alt="refresh" class="card__refresh"/></a> | ||
| <img src="img/refresh.png" alt="refresh" class="card__refresh" /> | ||
| <img src="img/cloudy.png" alt="cloudy" class="card__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.
Очень приятно видеть альты для картинок :)
No description provided.