10 lines
94 B
CSS
10 lines
94 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#app{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
} |