I usually start like this:
*:not(ul):not(ol) {
margin: 0;
padding: 0;
}
It reverts most of the browser specific styles that I care of in the beginning preserving lists markers.
I usually start like this:
*:not(ul):not(ol) {
margin: 0;
padding: 0;
}
It reverts most of the browser specific styles that I care of in the beginning preserving lists markers.
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Vladimír Macháček -
AppCode ⚡ -
Ben Halpern -
Camilo Micheletto -
Once suspended, the24thds will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, the24thds will be able to comment and publish posts again.
Once unpublished, all posts by the24thds will become hidden and only accessible to themselves.
If the24thds is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to David Sima.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag the24thds:
Unflagging the24thds will restore default visibility to their posts.
Latest comments (1)
Interesting snippet! I’ll probably use it 😁
I usually start by defining global color variables, and also
* {margin: 0}