Skip to content

Tasks completed#172

Open
ArturDevCraft wants to merge 14 commits into
devmentor-pl:masterfrom
ArturDevCraft:master
Open

Tasks completed#172
ArturDevCraft wants to merge 14 commits into
devmentor-pl:masterfrom
ArturDevCraft:master

Conversation

@ArturDevCraft
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Arturze,

Zadania są ok 👍
Zdecydowanie zaleciłbym używanie klas nad zagnieżdżaniem nazwy tagów.
Zwróć uwagę również na zadanie 02, gdzie kolejność elementów się nie zgadza - warto przed oddaniem sprawdzić jeszcze raz wszystko (dobry nawyk na rekrutacji).

Comment thread 01/style.css
border-right-color: transparent;
border-bottom-color: transparent;
shape-outside: polygon(0 0, 0% 100%, 100% 0);
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 02/styles/global.css
Comment on lines +39 to +42
grid-template-areas:
'A A'
'C B';
grid-template-columns: 1fr 1fr;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Zwróć uwagę, że nie zgadza się kolejność na mobilce ;)

Comment thread 03/index.html
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</side>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 03/styles/desktop.css
't t';
max-width: 1400px;
margin: 0 auto;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 03/styles/global.css
top: 0;
width: 100%;
height: 100%;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 03/styles/tablet.css
'p t'
'v t';
grid-template-columns: minmax(200px, 50%) auto;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 04/styles/style.css Outdated
grid-template-columns: auto 1fr;
}

nav label {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Pamiętaj, że lepiej jest stylować po klasach (nie musi to być BEM).
Ten sposób nie jest problematyczny jak masz tylko jeden element, ale jak masz wiele podobnych elelemntów na stronie to zdecydowanie utrudniasz sobie działania ;)

Comment thread 04/styles/style.css Outdated
display: block;
}

nav ul > li ul {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Zdecydowanie łatwiej i czytelniej użyć odpowiedniej klasy :P

Comment thread 05/styles/desktop.css
/* SECTION TWO */
.section-two .wrapper {
grid-template-columns: 1fr 1fr 1fr;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Comment thread 05/styles/global.css

footer .content {
max-width: 200px;
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Arturze,

Zmiany są ok, ale w przypadku zdania 04 raczej nie wystarczające :P

Comment thread 04/styles/style.css
}

nav label {
.navigation label {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Jeśli BEM to tutaj również klasa powinna być (wystarczy ta klasa dla label)

PS. Podobnie poniżej.

Comment thread 02/styles/global.css
'A'
'B'
'C';
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants