Skip to content
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

added css pro-tips for ('margins') #179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AdebayoIbrahim
Copy link

No description provided.

Copy link

@TorresjDev TorresjDev left a comment

Choose a reason for hiding this comment

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

Only lines that should be changed / included should be for your margin CSS work don't change any prior existing code please


```css
:empty {
display: none;
}
```

### Use `margin-inline` to add margin to both right and left of an html element,moreover when you want to set margin to top and bottom with same value use the shorthand `margin-block`

Choose a reason for hiding this comment

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

lines 605 through 615 should be the only lines being included your pr is modifying a lot of lines please adjust this and resubmit

Choose a reason for hiding this comment

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

cause of changes could be auto format setup in your IDE I'd start their

Removed Unnecessary lines as requested
@AdebayoIbrahim
Copy link
Author

AdebayoIbrahim commented Dec 1, 2023 via email

Copy link

@TorresjDev TorresjDev left a comment

Choose a reason for hiding this comment

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

awesome work! thank you for your contribution! 👍

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.

None yet

2 participants