From da40a157911cd89e864744c122b4a843e1730e11 Mon Sep 17 00:00:00 2001 From: zylfu <51331158+zylfu@users.noreply.github.com> Date: Fri, 10 Sep 2021 10:15:03 +0200 Subject: [PATCH] Update style.css --- css/style.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 2fc8306..dcebec7 100644 --- a/css/style.css +++ b/css/style.css @@ -1,14 +1,22 @@ .header{ - /*Barre de menu fixe en haut et le reste de la page déroulant: */ - overflow: hidden; - background-color:#CAF5F5; + + /*Barre de menu fixe en haut et le reste de la page déroulant: */ + background-color: blue; position: fixed; /* Set the navbar to fixed position */ - top: 0; /* Position the navbar at the top of the page */ - width: 100%; /* Full width */ + top: 0; + left: 0; + right: 0; + height: 120px; + z-index: 1; + } + + + .intro{ + + margin-top: 100px; } -} body{ background-color:#E9F9F9; padding: 50px 50px 50px 50px; @@ -41,4 +49,4 @@ background-color: white; ol{ list-style-image:image("bullet.png"); -} \ No newline at end of file +}