-
Notifications
You must be signed in to change notification settings - Fork 62
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
Ермаков Степан #36
base: master
Are you sure you want to change the base?
Ермаков Степан #36
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
@@ -2,7 +2,131 @@ | |||
<html lang="ru"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>Магазин Котиков</title> | |||
<link rel="stylesheet" href="5.css"> |
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.
Плохое название файла
</head> | ||
<body> | ||
<nav> | ||
<figure> | ||
<p class="img"><img src="1.png" alt=""></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.
зачем оборачивать картинку в параграф?
Картинке надо задать атрибуты title
и alt
. Значение alt отвечает на вопрос "Что изображено на картинке?"
<div class="name">Рыжик</div> | ||
<div class="category">Беспородный</div> | ||
<div class="rating"><img src="star.png" alt=""></div> | ||
<div class="price">14000</div> |
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.
14000 чего?
Нужны какие-то единицы
} | ||
} | ||
|
||
@media screen and (min-width: 501px) |
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.
@media
пока под запретом
</head> | ||
<body> | ||
<nav> |
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.
обычно этот тег содержит навигацию по сайту
figure | ||
{ | ||
margin: 1px; | ||
float: left; |
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.
Вообще эту задачу можно решить без использования float
Конкретно это свойство никогда не будет применено. Применяется свойство, описанное внутри @media screen and (min-width: 501px)
text-align: center; | ||
border: 1px solid black; | ||
} | ||
nav |
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.img | ||
{ | ||
height: 50%; | ||
|
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.
лишняя пустая строка
margin: 0; | ||
padding: 0; | ||
} | ||
figure |
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.
Не очень хорошо писать такие селекторы. Давай использовать классы?
figure | ||
{ | ||
width: 100%; | ||
float: bottom; |
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.
такого значения у float
просто нет
❗️ Решение не соответствует макетам в задании: рейтинг выполнен в виде одинокой звезды, поведение блоков на среднем и большом экране одинаковое, имя котика выполнено не в виде ссылки, имена не обрезаются, нет переключателя, нет эффектов при наведении |
❗️ Решение по ссылке не работает, т.к в html подключается не тот css-файл |
🍅 |
🍅 Не пройден линтинг или базовые тесты |
1 similar comment
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
Посмотреть решение