Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Пряхин Степан ИСП-216В #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ZEFIR-00001
Copy link

Николенко Сергей ИСП-216

Copy link

@anst-foto anst-foto left a comment

Choose a reason for hiding this comment

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

Переделать!
Не все размеры учтены.

index.html Outdated
</head>
<body class="menu">
<div class="sidenav column">
<h1 class="nh1">Company</h1>

Choose a reason for hiding this comment

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

имена классов должны соответствовать тому за что они отвечают.

index.html Outdated

<main>
<header class="header_style">
<h1>Dashboard</h1>

Choose a reason for hiding this comment

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

h1 должен быть в единственном числе на всю страницу

<header class="header_style">
<h1>Dashboard</h1>
</header>
<article class="text_style">

Choose a reason for hiding this comment

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

Suggested change
<article class="text_style">
<div class="text_style">

index.html Outdated
Comment on lines 135 to 141
<p class="text">
<label class="container">
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
jgvyjvghj
</p>

Choose a reason for hiding this comment

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

Suggested change
<p class="text">
<label class="container">
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
jgvyjvghj
</p>
<input id="c1" type="checkbox" checked="checked">
<label for="c1" class="container">
jgvyjvghj
</label>

Comment on lines +174 to +185
<table>
<tr>
<th>id</th>
<th>name</th>
<th>salary</th>
<th>country</th>
</tr>
<tr><td>1 </td><td>dacota rice </td><td>$36 </td><td>niger </td></tr>
<tr><td>2 </td><td>dacota rice </td><td>$36 </td><td>niger </td></tr>
<tr><td>3 </td><td>dacota rice </td><td>$36 </td><td>niger </td></tr>
<tr><td>4 </td><td>dacota rice </td><td>$36 </td><td>niger </td></tr>
</table>

Choose a reason for hiding this comment

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

Не хватает разделения на заголовок таблицы и её тело

style.css Outdated
Comment on lines 16 to 26











Choose a reason for hiding this comment

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

Suggested change

@ZEFIR-00001
Copy link
Author

обновил страницу

@ZEFIR-00001
Copy link
Author

Николенко @stark192

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