reset/html,body
This commit is contained in:
parent
761c606cec
commit
11c93a6e3c
2 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
* {
|
||||
border: 1px dashed lightgray;
|
||||
border-color: lightgray;
|
||||
border-style: dashed;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
*::after,
|
||||
*::before,
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
* {
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
}
|
||||
|
||||
body {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue