13 lines
130 B
CSS
13 lines
130 B
CSS
bar {
|
|
display: block;
|
|
background-color: red;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
bar[enabled] {
|
|
background-color: blue;
|
|
}
|
|
|