Skip to content

Zadania zrobione#218

Open
satoshi300 wants to merge 8 commits into
devmentor-pl:masterfrom
satoshi300:master
Open

Zadania zrobione#218
satoshi300 wants to merge 8 commits into
devmentor-pl:masterfrom
satoshi300:master

Conversation

@satoshi300

Copy link
Copy Markdown

No description provided.

@devmentor-pl devmentor-pl left a comment

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.

Michale,

Zadanka są ok! 👍
Zostawiłem w paru komentarzach drobne uwagi :)

Comment thread 01/index.html
</footer>
</div>
</body>

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/index.css
}

.ac-container input:checked ~ article.ac-large {
.ac-container input:checked~article.ac-large {

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/style.css
width: 40%;
margin-right: 0;
font-style: italic;
} 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 04/index.html Outdated
href="#"
>Item 1</a></li>
<li class="dropdown__item">Item 2 <div class="arrow__right"> > </div>
<ul class="nav__dropdown dropdown--right">

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.

Skoro mamy Modyfikator tj. dropdown--right to powinien również pojawić sie Blok tj. dropdown czyli razem będzie tak: nav__dropdown dropdown dropdown--right. Więcej o BEM możesz przeczytać tutaj:
https://devmentor.pl/b/metodologia-bem-w-css-i-sass

Comment thread 04/index.html
>Item 1</a></li>
<li class="dropdown__item">Item 2 <div class="arrow__right"> > </div>
<ul class="nav__dropdown dropdown--right">
<li class="dropdown__item-sub"><a

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.

Te drugie zagnieżdżenie powinno być w tej samej płaszczyźnie - wystarczy dodać dla ul -> top: 0, a dla .dropdown__item -> position: relative

Comment thread 05/index.html Outdated
<div class="section__container container">
<div class="section__item-middle cell"></div>
<div class="section__item-middle cell"></div>
<div class="section__item-right cell"></div>

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.

Dlaczego tutaj też nie dać section__item-middle zamiast section__item-right?

Comment thread 05/styles/base.css

min-height: 50px;
outline-color: orange;
} 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.

👍

@devmentor-pl devmentor-pl left a comment

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.

Michale,

O to chodziło 👍 z jeszcze jedną, małą uwagą :)

Comment thread 04/index.html
>Item 1</a></li>
<li class="dropdown__item">Item 2 <div class="arrow__right"> > </div>
<ul class="nav__dropdown dropdown--right">
<ul class="nav__dropdown dropdown dropdown--right">

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/index.css
}

.dropdown__item {
position: relative;

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/index.css
display: none;
position: absolute;
left: 240px;
top: 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 05/index.html Outdated
<div class="section__item-middle cell"></div>
<div class="section__item-middle cell"></div>
<div class="section__item-right cell"></div>
<div class="section__item--middle cell"></div>

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.

Skoro zmieniłeś nazwę i tutaj masz Modyfikator, to brakuje nazwy Elementu tj. section__item.

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