From 883537f71673080f63ddd0773d0772e99b7c6eed Mon Sep 17 00:00:00 2001 From: zylfu <51331158+zylfu@users.noreply.github.com> Date: Fri, 10 Sep 2021 12:20:19 +0200 Subject: [PATCH] Update style.css --- css/style.css | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index dcebec7..f292220 100644 --- a/css/style.css +++ b/css/style.css @@ -3,12 +3,14 @@ /*Barre de menu fixe en haut et le reste de la page déroulant: */ - background-color: blue; + + + background-color: white; position: fixed; /* Set the navbar to fixed position */ top: 0; left: 0; right: 0; - height: 120px; + height: 50px; z-index: 1; } @@ -16,11 +18,21 @@ .intro{ margin-top: 100px; + } + + + button{ + + background: #e40034; + float: right; + } + body{ - background-color:#E9F9F9; + background-color:#f3f6f8; padding: 50px 50px 50px 50px; max-width: 800px; + margin: 20px 50px 100px 100px; } @@ -44,9 +56,10 @@ background-color: white; margin-bottom: 50px; box-shadow: 1px 1px 1px 1px grey; padding: 20px 40px 20px 40px; - border-radius: 20px; + border-radius: 5px; + box-shadow: 10px 10px 5px #ebeeef; } ol{ - list-style-image:image("bullet.png"); + list-style-image: url("../images/liste.png"); }