mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
11 lines
138 B
CSS
11 lines
138 B
CSS
|
.progressContainer {
|
||
|
width: 320px;
|
||
|
height: 20px;
|
||
|
background: #000
|
||
|
}
|
||
|
|
||
|
.progressBar {
|
||
|
height: 20px;
|
||
|
background: #0f0;
|
||
|
}
|