diff --git a/src/app/app.component.css b/src/app/app.component.css index 2116680..59c2773 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,14 +1,26 @@ .rootContainer { font-family: 'Roboto', sans-serif; + width: 100%; } + +.header { + position: relative; + top: -.625rem; + left: -.625rem; + display: block; + padding: 10px; + width: 100%; + background-color: black; + color: white; +} + .title { font-size: 1.5rem; } .slogan { font-size: .75rem; } + .titleBox { - display: inline-block; - padding-right: 20px; - border-right: 2px solid white; -} \ No newline at end of file + text-align: center; +} diff --git a/src/app/app.component.html b/src/app/app.component.html index 5cc4d36..8437b46 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,11 +1,14 @@ -