Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Conversation

@nsaimk
Copy link

@nsaimk nsaimk commented Apr 28, 2023

No description provided.

@nsaimk nsaimk added the review requested I would like a mentor to review my PR label Apr 28, 2023
Copy link

@elizamthomas1994 elizamthomas1994 left a comment

Choose a reason for hiding this comment

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

Really awesome job Saim! 😁

.left p {
margin-right: 10px;
}
#box {

Choose a reason for hiding this comment

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

Great use of a mixture of classes and IDs to target different elements for styling! Nice job! 🥇

#main-head {
display: flex;
align-items: center;
margin-top: 200px;

Choose a reason for hiding this comment

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

Rather than have a different line for margin-top, margin-left, margin-bottom and margin-right values; you can break these up into just one line.

So here rather than have "margin-top: 200px", "margin-bottom: 15px" and "margin-left: 240px" on different lines of code, you could try just one line that says "margin: 200px 0 15px 240px", this way you make the CSS functions slightly shorter and easier to read, hope it helps you!

height: 30px;
background-repeat: no-repeat;
background-size: contain;
}

Choose a reason for hiding this comment

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

Great job! Really nice work 😊

@migmow migmow added the reviewed A mentor has reviewed this PR label Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

review requested I would like a mentor to review my PR reviewed A mentor has reviewed this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants