rekkingit-site/css/custom.css

24 lines
449 B
CSS
Raw Normal View History

2015-10-28 14:59:10 +00:00
body {
background-image: url(../patterns/footer_lodyas.png);
margin-top: 50px;
2015-10-28 14:59:10 +00:00
}
.jumbotron {
text-align: left;
2015-10-28 14:59:10 +00:00
color: darkkhaki;
2015-11-13 21:04:24 +00:00
background-image: url(../patterns/lightpaperfibers.png);
2015-10-28 14:59:10 +00:00
}
.navbar {
background-image: url(../patterns/grey_@2X.png);
}
.footer {
color: beige;
text-align: center;
}
.inverted-body {
color: white;
font-size: 20px;
2015-10-31 02:09:49 +00:00
}
.jumbotron {
padding-left: 16px;
padding-right: 16px;
2015-10-28 14:59:10 +00:00
}