From 657461163b44bbd7e96522a352ae693adacdb17e Mon Sep 17 00:00:00 2001 From: rem Date: Tue, 18 Jun 2024 01:18:01 +0200 Subject: [PATCH] nav-bar minimal style --- src/app/app.component.css | 17 +++++++++++++++++ src/app/app.component.html | 2 -- src/index.html | 5 ++++- 3 files changed, 21 insertions(+), 3 deletions(-) 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

-