1
0

add progress

This commit is contained in:
2024-03-20 16:26:17 +09:00
parent 3085921580
commit 08a5984fef
3 changed files with 310 additions and 290 deletions

9
dist/css/style.css vendored
View File

@ -3,6 +3,15 @@ body {
overflow: hidden;
}
#progressBar {
width: 500px;
height: 24px;
position: absolute;
left: 50%;
top: 10px;
margin-left: -250px;
}
div#menu {
padding: 20px;
border-bottom:solid 1px #ccc;