20 lines
382 B
CSS
20 lines
382 B
CSS
body {
|
|
background-image: url(../patterns/footer_lodyas.png);
|
|
margin-top: 50px;
|
|
}
|
|
.jumbotron {
|
|
text-align: left;
|
|
color: darkkhaki;
|
|
background-image: url(../patterns/silver_scales.png);
|
|
}
|
|
.navbar {
|
|
background-image: url(../patterns/grey_@2X.png);
|
|
}
|
|
.footer {
|
|
color: beige;
|
|
text-align: center;
|
|
}
|
|
.inverted-body {
|
|
color: white;
|
|
font-size: 20px;
|
|
} |