Skip to content

Conversation

@eliasvolkov
Copy link

No description provided.

font-size: 62.5%;
}
body {
font-size: 1.6rem;

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";

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" />

Choose a reason for hiding this comment

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

Очень приятно видеть альты для картинок :)

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.

2 participants