Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.progress {
position: relative;
width: 400px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
}
.bar {
background-color: #94c1e8;
width: 0%;
height: 20px;
border-radius: 3px;
}
.percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%;
}