mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-09 06:01:38 +08:00
import webpack
This commit is contained in:
20
src/assets/css/index.css
Normal file
20
src/assets/css/index.css
Normal file
@@ -0,0 +1,20 @@
|
||||
html,
|
||||
body,
|
||||
.main {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#container {
|
||||
border: 1px solid #999;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 5px #999;
|
||||
/* width: 700px; */
|
||||
/* height: 350px; */
|
||||
}
|
Reference in New Issue
Block a user