Skip to content

Feat: Practice HTML and CSS RWD #165

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

Feat: Practice HTML and CSS RWD #165
zanetasochon wants to merge 8 commits into
devmentor-pl:masterfrom
zanetasochon:master

Conversation

@zanetasochon
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.

Żaneto,

Wszystko prezentuje się bardzo dobrze 👍
Zostawiłem Ci uwagę jedną do menu oraz zadanie dodatkowe ;P

Comment thread 01/style.css
border: 150px solid #dcdcdc;
border-right-color: transparent;
border-bottom-color: transparent;
}
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
.b {
order: 1;
}
}
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/index.html
</side>
</article>
</body>
</html>
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 {
grid-column: span 2;
grid-row: 2;
}
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;
height: 100%;
width: 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/index.html Outdated
Comment on lines +42 to +45
function showSidebar() {
const sidebar = document.querySelector('.nav');
sidebar.style.display = 'flex';
}
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.

Spróbuj zastąpić to rozwiazanie przez "checkbox" - takie zadanie dodatkowe ;)

Comment thread 04/styles/mobile.css
header .nav ul li ul {
position: relative;
width: 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 05/index.html
</div>
</footer>

<script>
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.

Podobnie jak w poprzednim zadaniu :)

Comment thread 05/index.html Outdated
Comment on lines +42 to +44
<div class="rectangle__orange rectangle__3"></div>
<div class="rectangle__orange rectangle__4"></div>
<div class="rectangle__orange rectangle__5"></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.

Rozumiem, że to tylko drobne zadanko, ale staramy się nie pisać 3, 4, 5... w nazwach klas. Wystarczy, że będziemy musieli zmienić kolejność elementów i wszystko się posypie ;P

Comment thread 05/styles/styles.css
.rectangle__footer {
grid-column: 3 / span 1;
}
}
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.

Żaneto,

Teraz jest super! 👍

Comment thread 04/styles/mobile.css
}

.hamburger::after {
header input {
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.

Na wersji desktopowej też powinno się go ukryć :P

Comment thread 04/styles/mobile.css
header input:checked + ul {
display: flex;
gap: 20px;
}
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
<article class="container__blue container__main">
<div class="rectangle__orange rectangle__1"></div>
<div class="rectangle__orange rectangle__2"></div>
<div class="rectangle__orange rectangle__first-main"></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.

Już nie zmieniaj tego, ale zmiana z 1 na first, nie wiele zmienia. Jeśli będziemy chcieli lub musieli zmienić ich kolejność to nazwa klasy będzie wprowadzać naw w błąd. Docelowo lepiej opisywać co zawiera ten element np. opis członków zespół, listą pakietów itp. Wiem, że w tym zadaniu trudno powiedzieć co on zawiera i stąd wynika numeracja ;)

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