-
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
Трубецких Евгений #61
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.
Поправь бордер и форматирование. Хорошая работа, молодец
"extends": "stylelint-config-hrundel" | ||
} | ||
"extends": "stylelint-config-hrundel", | ||
"rules": { |
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.
Не делай так на будущее.
index.css
Outdated
font-family: 'Eczar', serif; | ||
width: 100%; | ||
height: 25px; | ||
border: 5px solid; |
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.
Можешь написать правила для бордера короче?
index.css
Outdated
|
||
body main { | ||
overflow: auto; | ||
overflow-y: hidden; |
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.
Без оверфлоу нельзя?
index.css
Outdated
|
||
body main .article-container .articles-group-title { | ||
text-align: center; | ||
border: 3px solid; |
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.
Здесь тоже
index.css
Outdated
} | ||
|
||
body .margin-right { | ||
margin-right: 40px; |
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.
Форматирование уехало
index.css
Outdated
} | ||
|
||
body .margin-top { | ||
margin-top: 20px; |
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.
И тут
index.html
Outdated
<div class="header-text-separator"> | ||
Lysva, Tuesday, October 25, 2016 | ||
</div> | ||
|
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.
Лишний перенос
index.html
Outdated
<div class="main-article-title"> | ||
Catalan MPs to discuss response to Spanish move towards direct rule | ||
</div> | ||
<img class="main-article-img" src="https://goo.gl/Z2hzDN" alt=""> |
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.
Указывай альт, если пишешь
index.html
Outdated
Catalan MPs to discuss response to Spanish move towards direct rule | ||
</div> | ||
<img class="main-article-img" src="https://goo.gl/Z2hzDN" alt=""> | ||
<p lang="en"> |
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.
Для чего ланг?
🍏 Пройден линтинг и базовые тесты |
border-left: none; | ||
border-right: none; | ||
padding: 5px; | ||
font-family: 'Satisfy', cursive; |
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.
В будущем добавляй больше шрифтов для деградации
float: right; | ||
box-sizing: border-box; | ||
width: 300px; | ||
height: 100px; |
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.
При выборе шрифтов тексты выезжает за границы блока. Поставь минимальную высоту, вместе фиксированной в 100px
goes awry. | ||
</span> | ||
<span class="advert">Buy our new bicycles for only 100$! | ||
<br>Call us now: 8-800-555-35-35</span> |
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.
Для телефонов есть своя разметка
<head> | ||
<meta charset="utf-8"> | ||
<title>Задача «DeLorean DMC-12»</title> | ||
<link rel="stylesheet" href="index.css" type="text/css"> |
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.
Свои стили лучше подключать после шрифтов
Added some rules for linter
Посмотреть решение