diff --git a/src/app/app.component.css b/src/app/app.component.css index 444c233..9acd5ab 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,3 +1,20 @@ +nav { + border: 3px solid black; + padding: 0 20px; + + ul { + display: flex; + flex-direction: row; + width: 100%; + justify-content: space-between; + padding: 0; + + li { + list-style: none; + } + } +} + #page-wrapper { width: 70%; border: 3px solid black; diff --git a/src/app/app.component.html b/src/app/app.component.html index 37a62e8..bfd75c3 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,3 @@ -

Ratatouille

-