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

Зориков Кирилл #110

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Conversation

agrossers
Copy link

@agrossers agrossers commented Oct 18, 2018

@honest-hrundel honest-hrundel changed the title Зориков Кирилл Владимирович Зориков Кирилл Oct 18, 2018
@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

1 similar comment
@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

1 similar comment
@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

1 similar comment
@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

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

1 similar comment
@honest-hrundel
Copy link

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

@@ -12,7 +12,25 @@ <h1 class="global-heading">&nbsp;</h1>

<main class="global-results">
<style>
/* your styles here */
article div:first-child

Choose a reason for hiding this comment

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

можно без first-child

background: #85f68f;
}

aside

Choose a reason for hiding this comment

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

объединить с первым

.global-scope input:focus
{
border: 3px solid blue;
}

Choose a reason for hiding this comment

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

👍

article div:last-child
{
background: orange;
}

Choose a reason for hiding this comment

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

цвета неправильные
можно гораздо проще
обрати внимание на то, чем отличаются в верстке дивы

.global-scope div:nth-child(5) div
{
background: #f7549e;
}

Choose a reason for hiding this comment

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

можно гораздо проще, обрати внимание что этот див единственный такого типа в своем родителе

background: yellow;
}

.global-scope article

Choose a reason for hiding this comment

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

у первого не должно быть бордера

@@ -12,7 +12,11 @@ <h1 class="global-heading">&nbsp;</h1>

<main class="global-results">
<style>
/* your styles here */
input[type='checkbox']:checked + br + div

Choose a reason for hiding this comment

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

плохо, что зависит от br между ними, вдруг мы его уберем или добавим еще один?

article a:first-child
{
color: blue;
}

Choose a reason for hiding this comment

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

должно зависеть от адреса сайта, на вк - синий, на яндекс - красный

opacity: .3;
}

.global-scope img[alt^='css']

Choose a reason for hiding this comment

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

можно просто смотреть на наличие alt и тогда одного селектора хватит

@@ -12,7 +12,10 @@ <h1 class="global-heading">&nbsp;</h1>

<main class="global-results">
<style>
/* your styles here */
a[target='_blank']

Choose a reason for hiding this comment

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

это не показатель того, что внешний по отношению к my-site

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