bitque/jirs-css/tests/a.css

18 lines
144 B
CSS
Raw Normal View History

2020-06-10 22:11:51 +02:00
.foo {
}
2020-04-29 17:13:16 +02:00
.bar {
}
.foz {
}
.baz {
display: block;
2020-06-10 22:11:51 +02:00
justify-content: space-between;
2020-04-29 17:13:16 +02:00
color: red;
background-color: #42413d;
}