Difference between revisions of "Template:ProgressBarBlock/main.css"
From A Wiki in the Desert
Line 5: | Line 5: | ||
} | } | ||
.bar-block { | .bar-block { | ||
− | |||
border-style: solid; | border-style: solid; | ||
border-color: black; | border-color: black; |
Revision as of 16:38, 3 June 2021
.bar {
background-color: white;
width: 100%;
height: 20px;
}
.bar-block {
border-style: solid;
border-color: black;
display: inline-block;
width: 4%;
height: 20px;
}
.bar-block:first-child {
border-radius: 5px 0 0 5px;
}
.bar-block:last-child {
border-radius: 0 5px 5px 0;
}