-
Notifications
You must be signed in to change notification settings - Fork 38
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<article class="text_style"> | |
<div class="text_style"> |
index.html
Outdated
<p class="text"> | ||
<label class="container"> | ||
<input type="checkbox" checked="checked"> | ||
<span class="checkmark"></span> | ||
</label> | ||
jgvyjvghj | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не хватает разделения на заголовок таблицы и её тело
style.css
Outdated
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
обновил страницу |
Николенко @stark192 |
Николенко Сергей ИСП-216