diff --git a/css/app.css b/css/app.css index 061ce46..5497f73 100644 --- a/css/app.css +++ b/css/app.css @@ -1,5 +1,6 @@ body { background-color: #0f0f0f; + background-image: url('../img/background.jpg'); color: white; } @@ -14,4 +15,16 @@ body { #status { color: darkred; text-align: center; +} + +.navbar { + background-color: #349940; +} + +.navbar * { + color: white; +} + +.navbar-brand img { + width: 35px; } \ No newline at end of file diff --git a/index.htm b/index.htm index 7c6324e..bce698e 100644 --- a/index.htm +++ b/index.htm @@ -6,52 +6,181 @@