From 37409869573996476af5aa51b8812174462caaa0 Mon Sep 17 00:00:00 2001 From: username Date: Thu, 18 Nov 2021 16:12:40 +0100 Subject: [PATCH] wow le css avance? incroyable --- styles/2000/main.css | 52 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/styles/2000/main.css b/styles/2000/main.css index 3c38d91..ce6dd5e 100644 --- a/styles/2000/main.css +++ b/styles/2000/main.css @@ -1,7 +1,9 @@ body { - background-color: pink; + background-color: #F8BCFF; background-repeat: repeat; background-position: center; + width: 50vw; + margin: auto; } header{ @@ -9,9 +11,55 @@ header{ align-items: center; gap: 1rem; justify-content: space-between; - width: 50vw; + border: solid purple 2px; } +nav{ + padding-bottom: .3rem; + padding-right: 1rem; +} +nav ul { + list-style-type: none; +} +nav ul li{ + background-color: salmon; + margin: 5px; +} +nav ul li:hover{ + background-color: #F59BFF; +} +nav ul li a{ + text-decoration: none; +} + +h1,h2,p,#intropage { + text-align: center; +} + +#makeachoicehf{ + margin-top: 4rem; + margin-bottom: 4rem; +} + +#makeachoicehf a{ + width: fit-content; + display: flex; + justify-content: center; + align-items: center; + border: solid purple 5px ; + margin: 15px; +} + +#makeachoicehf a p{ + text-decoration: none; + font-size: 2rem; + margin-left: 3rem; +} + +.imgbouton{ + width: 200px; + height: auto; +} \ No newline at end of file