11 lines
101 B
CSS
11 lines
101 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body,
|
|
html {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|