Высокий Лев#37
Conversation
|
🍅 Не пройден линтинг или базовые тесты |
|
🍏 Пройден линтинг и базовые тесты |
v3new
left a comment
There was a problem hiding this comment.
Необходимо как минимум исправить задачи с томатом 🍅
| <style> | ||
| /* your styles here */ | ||
|
|
||
| .global-scope > .title:first-letter |
There was a problem hiding this comment.
Повышение специфичности при помощи .global-scope излишне,
касается также и всех последующих задач
| <style> | ||
| /* your styles here */ | ||
|
|
||
| div:nth-child(odd) |
There was a problem hiding this comment.
Неплохо, но советую обратить внимание на псевдокласс :empty
| <style> | ||
| /* your styles here */ | ||
|
|
||
| div:nth-child(4n + 1) > div:first-child |
| <style> | ||
| /* your styles here */ | ||
|
|
||
| li > a[href$='.zip']:after |
There was a problem hiding this comment.
Зачем тут li > ? Где-то ещё есть ссылки?
| <main class="global-results"> | ||
| <style> | ||
| /* your styles here */ | ||
|
|
There was a problem hiding this comment.
Тут сразу нет, не совпадает с эталоном 🍅
| <style> | ||
| /* your styles here */ | ||
|
|
||
| .red-gt2:nth-child(n+3) div |
There was a problem hiding this comment.
Задача должна работать динамически, даже если изменить кол-во блоков случайно внутри 🍅
| /* your styles here */ | ||
| </style> | ||
|
|
||
| .global-scope > article |
| <style> | ||
| /* your styles here */ | ||
|
|
||
| .global-scope > input:checked ~ div |
| <style> | ||
| /* your styles here */ | ||
|
|
||
| .global-scope > a:first-child |
There was a problem hiding this comment.
Попробуй решить при помощи селектора атрибутов
| <style> | ||
| /* your styles here */ | ||
|
|
||
| .global-scope a:first-child:hover |
There was a problem hiding this comment.
Задача решена неверно - ссылки не меняют состояние при нажатии 🍅
|
Я поздно приступил к проверке задания, попрошу, чтобы за это не снижали балл |
Посмотреть решение