-
Notifications
You must be signed in to change notification settings - Fork 113
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
Гомзяков Андрей #130
base: master
Are you sure you want to change the base?
Гомзяков Андрей #130
Conversation
🍏 Пройден линтинг и базовые тесты |
@@ -0,0 +1,28 @@ | |||
# Задача «Ацссорти» |
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.
зачем же копировать в папку еще одну было(
} | ||
div:nth-child(5) { | ||
background: #ffff66; | ||
} |
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.
обойдись без nth-child, посмотри чем верстка отличается
} | ||
.c7 { | ||
background: #ffff66 !important; | ||
} |
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.
не используй important, когда можно обойтись без него
<style> | ||
input:checked~input { | ||
outline: 1px solid #ff6698; | ||
} |
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: 0.5; | ||
} | ||
div:hover { | ||
opacity: 1.5; |
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 больше 1?
} | ||
div:hover { | ||
opacity: 1.5; | ||
} |
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.
неправильно работает, другие квадраты должны становиться тусклее
|
||
<main class="global-results"> | ||
<style> | ||
input:checked~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.
лучше ставить пробелы input:checked ~ div
|
||
<main class="global-results"> | ||
<style> | ||
[href]~[href] { |
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.
именно vk должно быть синего (как в задании а не дефолтного)
а все ссылки на яндекс - красного
<main class="global-results"> | ||
<style> | ||
|
||
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.
_blank - не значит что внешние относительно my-site.ru
Посмотреть решение