Skip to content

Гомзяков Андрей#130

Open
AndrewGomzyakov wants to merge 1 commit into
urfu-2018:masterfrom
AndrewGomzyakov:master
Open

Гомзяков Андрей#130
AndrewGomzyakov wants to merge 1 commit into
urfu-2018:masterfrom
AndrewGomzyakov:master

Conversation

@AndrewGomzyakov

@AndrewGomzyakov AndrewGomzyakov commented Nov 19, 2018

Copy link
Copy Markdown

@honest-hrundel

Copy link
Copy Markdown

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

Comment thread markup-task-2/README.md
@@ -0,0 +1,28 @@
# Задача «Ацссорти»

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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;

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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 {

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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