js__bootstrap_demos/chapter2/styles.css
2015-03-30 11:19:31 +02:00

23 lines
216 B
CSS

.container {
background-color: #fcfcff;
}
.col1 {
background: #8Ca0b0;
}
.col2 {
background: #6BC0FF;
}
.col3 {
background: #e8aa4c;
}
.col4 {
background: #ff384e;
}
.col5 {
background: #8fff74;
}