Skip to content

Zadania wykonane - naniosłem wcześniejsze wskazówki#166

Open
Krystian-Bak wants to merge 2 commits into
devmentor-pl:masterfrom
Krystian-Bak:master
Open

Zadania wykonane - naniosłem wcześniejsze wskazówki#166
Krystian-Bak wants to merge 2 commits into
devmentor-pl:masterfrom
Krystian-Bak:master

Conversation

@Krystian-Bak
Copy link
Copy Markdown

Zadania wykonane - naniosłem wcześniejsze wskazówki

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.

Krystianie,

Całość wygląda bardzo dobrze! 👍
Zostawiłem parę drobnych uwag :)

Comment thread 01/style.css
shape-outside: polygon(0 0, 50% 0, 0 50%);
margin: 0 16px 0 -16px;
line-height: 18px;
}
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/index.html
Comment on lines +11 to +13
<link rel="stylesheet" href="./styles/mobile.css">
<link rel="stylesheet" media="(min-width: 600px)" href="./styles/tablet.css">
<link rel="stylesheet" media="(min-width: 1281px)" href="./styles/desktop.css">
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.

Twoje rozwiązanie działa odwrotnie do tego co zostało zapisane w zadaniu ;)

Comment thread 03/styles/desktop.css
grid-area: 1 / 2 / 2 / 3; /* Zaczyna się na 2 wierszu i 2 kolumnie, kończy się na 3 wierszu 3 kolumnie */
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/mobile.css
order: 3;
width: 100%;
height: 30vh;
} No newline at end of file
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
grid-area: 2 / 1 / 3 / 2; /* Zaczyna się na 2 wierszu i 2 kolumnie, kończy się na 3 wierszu 3 kolumnie */
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 04/styles/desktop.css

/* Ukrycie */

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.

Lepiej jest stylować po klasach - wtedy jest mniej problemów, spróbuj dołożyć jeszcze jedno zagnieżdżenie i zobaczysz co tam się może wydarzyć :P

Comment thread 05/index.html

<!-- Moduł 1 -->

<section class="module--1 content row">
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.

Raczej staramy się używać nazw słownie zamiast samego --1 czy --2 (czasami trzeba zmienić ich kolejność i wtedy numerki nie będą po kolei, co może wprowadzać w błąd.

PS. Jeśli używamy BEM to zawsze Modyfikator występuje z Elementem lub Blockiem czyli tutaj powinno być tak: module module--1. Tutaj znajdziesz więcej informacji: https://devmentor.pl/b/metodologia-bem-w-css-i-sass

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