Skip to content

html homework - #2

Open
Georgiy0 wants to merge 3 commits into
masterfrom
HTML
Open

html homework#2
Georgiy0 wants to merge 3 commits into
masterfrom
HTML

Conversation

@Georgiy0

Copy link
Copy Markdown
Collaborator

todos HTML

@Georgiy0
Georgiy0 requested a review from DmitryMakhnev March 20, 2017 17:36

@DmitryMakhnev DmitryMakhnev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Синхронизировать названия классов с разбором дз

@DmitryMakhnev DmitryMakhnev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Поправить согласно разбору ДЗ

border-top: 1px solid #E6E6E6;
margin-top: 50px;
padding: 16px 12px 12px 16px;
display: flex;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

В данном месте не нужен flexbox см разбор ДЗ

.todo-actions-bar_counter {
font-family: "Arial" serif;
font-size: 12pt;
width: 33.33%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Ширина должна высчитываться от контента во всех допустимых местах


.todo-actions-bar_counter {
font-family: "Arial" serif;
font-size: 12pt;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Используем px

margin: 0 auto;
}

.todo-sublayer1 {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Лучше сделать псевдоэлементами

}

.todo-sublayer1 {
width: 55.6%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Непонятно зачем здесь ширина, к тому же такая

@@ -0,0 +1,14 @@
.todo-filters {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Компонент фильтров сам по себе должен быть независимым

background: #FFF;
overflow-y: visible;
resize: both;
align-self: center; flex: 1 2; order: 2;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Переделать согласно https://cloud.mail.ru/public/JdWC/71ADpXe2W

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