-
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
Шмонина Ирина #39
base: master
Are you sure you want to change the base?
Шмонина Ирина #39
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
🍏 |
Мне не очень нравится эффект при наведении на фото. Начинает скакать текст и плитки, которые находятся ниже. Лучше не увеличивать размер шрифта и сделать так, чтобы плитки не перескакивали. Можно поискать более интересные эффекты для фоток, но это по желанию :) |
<div class="cat"> | ||
<h3>Даша</h3> | ||
<img src="http://obretudom.ru/wp-content/files_mf/1478517418noidIMG_9882.JPG" | ||
width="350" height="250" alt="cat1"> |
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.
alt не говорит ничего о картинке. Лучше написать "кошка Даша" или что-то в таком духе
<h3>Даша</h3> | ||
<img src="http://obretudom.ru/wp-content/files_mf/1478517418noidIMG_9882.JPG" | ||
width="350" height="250" alt="cat1"> | ||
<p><strong>Категория:</strong> котенок</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.
Зачем strong? Он предназначен для выделения важного текста, на котором нужно акцентировать внимание
<span class="starEmpty">☆</span> | ||
</p> | ||
<p><strong>Цена:</strong></p> | ||
<p class="сost">Бесплатно.</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.
Без точки выглядит лучше
text-align: center; | ||
margin: 0; | ||
padding: 0; | ||
|
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.
лишняя пустая строка
overflow: hidden; | ||
text-align: center; | ||
margin: 0; | ||
padding: 0; |
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;
Встречается много раз. Можно объединить селекторы через запятую и один раз написать margin и padding, а не в каждом писать
{ | ||
margin: 4px; | ||
width: 20%; | ||
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. Можно сделать то же самое с помощью inline-block, если всё описание завернуть в еще один блок
🍅 |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
🚀 |
у всех фотак нарущена пропорция |
🍅 |
🍏 Пройден линтинг и базовые тесты |
🍅 |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
🍏 |
Проблемы верстки:
|
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.
🍅
body | ||
{ | ||
min-width: 550px; | ||
margin: 2%; |
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.
Для чего задавать вертикальные марджины в процентах?
.cat | ||
{ | ||
width: 22.45%; | ||
padding: 1%; |
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.
Зачем задавать вертикальные паддинги в процентах
<header> | ||
<h1>Мяндекс.Муррркет</h1> | ||
</header> | ||
<div class="cat"> |
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.
Не семантичная верстка
<br> | ||
<h4>Цена:</h4> | ||
<p class="newCost">Бесплатно</p> | ||
<br> |
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.
Зачем?
<span class="starEmpty">☆</span> | ||
<span class="starEmpty">☆</span> | ||
</p> | ||
<br> |
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.
для чего здесь br?
Посмотреть решение