More patterns, and basically finished index.html

This commit is contained in:
2015-10-29 08:59:22 -05:00
parent 75ba99b337
commit 677f0c03a7
7 changed files with 68 additions and 52 deletions

View File

@@ -3,9 +3,14 @@ body {
margin-top: 50px;
}
.jumbotron {
text-align: center;
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;
}