Skip to content

Complete all 5 tasks#221

Open
MstowskaSandra wants to merge 8 commits intodevmentor-pl:masterfrom
MstowskaSandra:master
Open

Complete all 5 tasks#221
MstowskaSandra wants to merge 8 commits intodevmentor-pl:masterfrom
MstowskaSandra:master

Conversation

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

Sandro,

Zadanka wyglądają dobrze! 👍
Głównie problem widzę w semantyce, nad którą powinnaś jeszcze popracować (szczegóły w komentarzach).

<body>
<header>
<div>Logo</div>
<div>Menu
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 menu to raczej jest to nawigacja czyli znacznik<nav>

</header>
<main>
<article>
<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.

Można użyć znacznika <header> - nie tylko oznacza on nagłówek strony, ale może również sekcji lub artykułu.

01/index.html Outdated
</div>
<p>Treść</p>
<img />
<table></table>
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.

Przydałaby się zawartość tabeli

01/index.html Outdated
<table></table>
</article>
<form>
<input name="fname"/>
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.

Pola formularza warto dodać w element blokowy np. <div><input></div>

01/index.html Outdated
Comment on lines +39 to +40
<div>
<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.

Tutaj mamy 2 opcje:

  • robimy ul > li, bo to lista komentarzy
  • robimy article, bo każdy komentarz to spójna wypowiedź


.parent--float .child {
float: left;
} 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.

👍

<nav>
<ul class="menu-list">
<li class="menu-li">HOME</li>
<li class="menu-li">ITEMS<span class="rotate"> > </span>
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 zrobić "strzałkę" przy pomocy ":after" - jest bardziej PRO :)

top: 0;
left: 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.

👍

05/index.html Outdated
<div class="container">
<header class="header">
<img class="logo" src="./assets/logo.png" alt="Logo">
<div class="menu">
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.

Jak wcześniej pisałem, lepiej użyć nav

.menu {
display: flex;
gap: 1rem;
} 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.

👍

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