[CSS][Reset] CSS box model fix
This commit is contained in:
parent
523885484b
commit
628d9b8a10
@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* -- RESET --
|
* -- RESET --
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, textarea {
|
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, textarea {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -132,4 +136,4 @@ ul {
|
|||||||
}
|
}
|
||||||
ul li {
|
ul li {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user