Switch to rollup for bundling
This commit is contained in:
parent
fc8d282509
commit
cfe9c55c9a
16 changed files with 131 additions and 7 deletions
25
dist/styles.css
vendored
Normal file
25
dist/styles.css
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
#container {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#main {
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
margin: 50px auto;
|
||||
border: 2px solid #111;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#temp {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue