-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
base: master
Are you sure you want to change the base?
added css pro-tips for ('margins') #179
Conversation
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.
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` |
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.
lines 605 through 615 should be the only lines being included your pr is modifying a lot of lines please adjust this and resubmit
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.
cause of changes could be auto format setup in your IDE I'd start their
Removed Unnecessary lines as requested
Done As Requested!
…On Fri, 1 Dec 2023 at 06:32, Jesus Torres ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Only lines that should be changed / included should be for your margin CSS
work don't change any prior existing code please
------------------------------
In README.md
<#179 (comment)>
:
>
```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`
lines 605 through 615 should be the only lines being included your pr is
modifying a lot of lines please adjust this and resubmit
------------------------------
In README.md
<#179 (comment)>
:
>
```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`
cause of changes could be auto format setup in your IDE I'd start their
—
Reply to this email directly, view it on GitHub
<#179 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXO3HMVQPCKU4ZZC2YBBZGTYHFTW7AVCNFSM6AAAAAA2N4BFBWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONJZGA2DMNRTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
awesome work! thank you for your contribution! 👍
No description provided.