papercss/demo.css

13 lines
229 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;
2017-10-14 16:21:36 +02:00
}
.docs {
margin-top: 2rem;
margin-bottom: 2rem;
2017-09-27 23:10:41 +02:00
}