From 050f0b46415242c0171c05c96441132423dcbceb Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:13:49 +0100 Subject: [PATCH 1/3] html-css-module-project --- css/style.css | 6 ++++++ index.html | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 5cb025cef..e4428c5fb 100755 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,12 @@ body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; } +.navbar { + display: flex; + justify-content: flex-end; + margin-right: 10px; +} + /** * Add your custom styles below diff --git a/index.html b/index.html index 3e742ef04..62668247b 100755 --- a/index.html +++ b/index.html @@ -10,10 +10,18 @@
- - - - + + +