rekkingit-site/css/custom.css
2015-11-13 15:04:24 -06:00

24 lines
449 B
CSS

body {
background-image: url(../patterns/footer_lodyas.png);
margin-top: 50px;
}
.jumbotron {
text-align: left;
color: darkkhaki;
background-image: url(../patterns/lightpaperfibers.png);
}
.navbar {
background-image: url(../patterns/grey_@2X.png);
}
.footer {
color: beige;
text-align: center;
}
.inverted-body {
color: white;
font-size: 20px;
}
.jumbotron {
padding-left: 16px;
padding-right: 16px;
}