Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AndrewGomzyakov
Copy link

@AndrewGomzyakov AndrewGomzyakov commented Nov 19, 2018

@honest-hrundel
Copy link

🍏 Пройден линтинг и базовые тесты

@@ -0,0 +1,28 @@
# Задача «Ацссорти»

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;
}

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;
}

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;
}

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;

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;
}

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 {

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] {

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"] {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_blank - не значит что внешние относительно my-site.ru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants