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
Arpit -
Ridoy Hasan -
Alex -
Anna Villarreal -
Top comments (1)
Interesting snippet! I’ll probably use it 😁
I usually start by defining global color variables, and also
* {margin: 0}