create app
This commit is contained in:
11
src/assets/css/style.css
Normal file
11
src/assets/css/style.css
Normal file
@@ -0,0 +1,11 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user