12 lines
135 B
SCSS
12 lines
135 B
SCSS
* {
|
|
all: unset;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
head, title {
|
|
display: none;
|
|
}
|