-
Notifications
You must be signed in to change notification settings - Fork 1
solution to lection 2 histogram #13
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
|
Добавляю преподавателя (@GSemikozov) для код-ревью. |
| border: 1px solid black; | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 6px; |
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.
точно 6?
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 и counter 6, значит 6))
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.
да, но ведь это добавляет отступ и между histogram__counter и histogram__preview, а там в свою очередь должно быть 39px
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: flex-end; | ||
| gap: 5px; |
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.
1
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.
что 1?
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.
gap: 1px
| font-weight: 400; | ||
| font-size: 20px; | ||
| line-height: 26px; | ||
| letter-spacing: 0%; |
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.
margin-bottom: 39px?
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.
Почему 39px?
39 до первого столбика
до второго уже 54px
это же переменное расстояние
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.
нет, марджин снизу это не переменное расстяние, это конкрентное расстояние от .histogram__counter до histogram__preview
| } | ||
|
|
||
| .histogram__preview { | ||
| flex-grow: 1; |
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.
height: 50px
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.
непонятно почему 50, не нашёл в макете такого значения
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.
самая высокая колонка в макете 50px
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: flex-end; | ||
| gap: 5px; |
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.
gap: 1px
| } | ||
|
|
||
| .histogram__preview { | ||
| flex-grow: 1; |
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.
самая высокая колонка в макете 50px
| font-weight: 400; | ||
| font-size: 20px; | ||
| line-height: 26px; | ||
| letter-spacing: 0%; |
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.
нет, марджин снизу это не переменное расстяние, это конкрентное расстояние от .histogram__counter до histogram__preview
| border: 1px solid black; | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 6px; |
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.
да, но ведь это добавляет отступ и между histogram__counter и histogram__preview, а там в свою очередь должно быть 39px
|
Добавляю преподавателя (@GSemikozov) для код-ревью. |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
5 similar comments
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
|
Решение было обновлено, посмотрим что скажет @GSemikozov |
No description provided.