Skip to content

Малышкин Александр#72

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

Малышкин Александр#72
libgtso wants to merge 1 commit into
urfu-2018:masterfrom
libgtso:master

Conversation

@libgtso
Copy link
Copy Markdown

@libgtso libgtso commented Oct 17, 2018

@honest-hrundel honest-hrundel changed the title edit this staff Малышкин Александр Oct 17, 2018
@honest-hrundel
Copy link
Copy Markdown

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

Comment thread tasks/1.html
background: #98ff66;
}

aside
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

Comment thread tasks/6.html
color: #6698ff;
}

article > a:nth-child(n + 2)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Работает, но можно еще проверять на наличие yandex.ru в ссылке

Comment thread tasks/7.html
opacity: .3;
}

img[alt^='css']
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Можно было сделать одним селектором, использовав :not

Comment thread tasks/9.html
opacity: .5;
}

article:hover > a[href='https://ya.ru']
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Работает не совсем правильно. Надо, чтобы hover реагировал при наведении на каждую ссылку отдельно, а сейчас реагирует на обе сразу

Comment thread tasks/11.html
border: 3px solid #ff6698;
}

article > input:nth-child(2)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Здесь хотелось, чтобы цвет выбирался в зависимости от валидности емейла в инпуте, а не просто по первому и второму инпуту

Comment thread tasks/12.html
background: #ffb366;
}

div:nth-child(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.

Можно еще посмотреть на верстку внимательнее и найти отличие желтых блоков от оранжевых

Comment thread tasks/18.html
opacity: .5;
}

div:hover
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

По ховеру остальные квадраты еще должны становиться более прозрачными

Comment thread tasks/20.html
<main class="global-results">
<style>
/* your styles here */
.red-gt2:nth-child(n + 3) > 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.

Не соответствует условию:
css 2000 2018-10-23 13-52-46

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