11 lines
210 B
CSS
11 lines
210 B
CSS
|
body {
|
||
|
background-image: url(../patterns/footer_lodyas.png);
|
||
|
margin-top: 50px;
|
||
|
}
|
||
|
.jumbotron {
|
||
|
text-align: center;
|
||
|
color: darkkhaki;
|
||
|
}
|
||
|
.navbar {
|
||
|
background-image: url(../patterns/grey_@2X.png);
|
||
|
}
|