gecko-dev/rdf/resources/dom-test-4.css

13 lines
130 B
CSS
Raw Normal View History

1999-04-16 08:39:29 +00:00
bar {
display: block;
background-color: red;
width: 100px;
height: 100px;
}
bar[enabled] {
background-color: blue;
}