papercss/demo.css

9 lines
172 B
CSS
Raw Normal View History

2017-09-27 23:10:41 +02:00
body {
background-image: url("/img/geometry2.png")
}
.demo .row .col {
background-color: #eee;
}
.demo .row .col:nth-child(even) {
background-color: #ddd;
}