navbar added

This commit is contained in:
chsakell
2016-10-05 10:21:06 +03:00
parent f8ad29f467
commit bfb8cd2620
4 changed files with 34 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
body {
background-color: #f5f5f5;
background-color: #1d3346;
}
.box {
height: 50px;
background-color: #337ab7;
/*background-color: #286090;*/
margin:5px;
padding: 10px;
text-align: center;
@@ -19,6 +19,10 @@ body {
color:ghostwhite;
}
.match-th {
color:#a94442;
}
th, td {
text-align: center;
}