-
Notifications
You must be signed in to change notification settings - Fork 114
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
Зориков Кирилл #110
base: master
Are you sure you want to change the base?
Зориков Кирилл #110
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
1 similar comment
🍏 Пройден линтинг и базовые тесты |
@@ -12,7 +12,25 @@ <h1 class="global-heading"> </h1> | |||
|
|||
<main class="global-results"> | |||
<style> | |||
/* your styles here */ | |||
article div:first-child |
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.
можно без first-child
background: #85f68f; | ||
} | ||
|
||
aside |
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.
объединить с первым
.global-scope input:focus | ||
{ | ||
border: 3px solid blue; | ||
} |
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.
👍
article div:last-child | ||
{ | ||
background: orange; | ||
} |
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.
цвета неправильные
можно гораздо проще
обрати внимание на то, чем отличаются в верстке дивы
.global-scope div:nth-child(5) div | ||
{ | ||
background: #f7549e; | ||
} |
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: yellow; | ||
} | ||
|
||
.global-scope article |
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.
у первого не должно быть бордера
@@ -12,7 +12,11 @@ <h1 class="global-heading"> </h1> | |||
|
|||
<main class="global-results"> | |||
<style> | |||
/* your styles here */ | |||
input[type='checkbox']:checked + br + 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.
плохо, что зависит от br между ними, вдруг мы его уберем или добавим еще один?
article a:first-child | ||
{ | ||
color: blue; | ||
} |
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.
должно зависеть от адреса сайта, на вк - синий, на яндекс - красный
opacity: .3; | ||
} | ||
|
||
.global-scope img[alt^='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.
можно просто смотреть на наличие alt и тогда одного селектора хватит
@@ -12,7 +12,10 @@ <h1 class="global-heading"> </h1> | |||
|
|||
<main class="global-results"> | |||
<style> | |||
/* your styles here */ | |||
a[target='_blank'] |
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.
это не показатель того, что внешний по отношению к my-site
Посмотреть решение