commit
This commit is contained in:
21
src/scss/base/_reset.scss
Normal file
21
src/scss/base/_reset.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
/* CSS de base */
|
||||
|
||||
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, main, article, aside, section {
|
||||
margin:0px 0px 0px 0px;
|
||||
padding:0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
li, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: cabin_regular;
|
||||
}
|
||||
Reference in New Issue
Block a user