Skip to content

hw added - #672

Open
progmari wants to merge 4 commits into
mate-academy:masterfrom
progmari:develop
Open

progmari wants to merge 4 commits into
mate-academy:masterfrom
progmari:develop

Conversation

@progmari

Copy link
Copy Markdown

Comment thread src/style.css Outdated
}

.block-blue {
width: 328px;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

width should be set to 350px, not 328px

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

use box-sizing css rule for this task

Comment thread src/style.css Outdated
Comment on lines +26 to +28
.mid {
margin: 40px 20px;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

instead of adding separate class with margins mb add margin: 20px to body and margin-bottom: 40px to each block?

@progmari
progmari requested a review from aliceblunt8 March 23, 2021 14:32
Comment thread src/style.css Outdated
@@ -0,0 +1,28 @@
* {
box-sizing: border-box;
background-color: #000;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

add background-color: #000 to body, not to ALL elements on the page

@progmari
progmari requested a review from aliceblunt8 March 23, 2021 15:10
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.

3 participants