From 097f8b3c6c91836809a79a180a83181ab3a86df8 Mon Sep 17 00:00:00 2001 From: username Date: Thu, 18 Nov 2021 20:10:17 +0100 Subject: [PATCH] fuck les figure, et le comic sans ne veut pas marcher, mais on est la ion vie avec .w. --- styles/2000/main.css | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/styles/2000/main.css b/styles/2000/main.css index 02cb4d6..7141a53 100644 --- a/styles/2000/main.css +++ b/styles/2000/main.css @@ -2,10 +2,13 @@ body { background-color: #F8BCFF; background-repeat: repeat; background-position: center; - width: 50vw; + width: 800px; /* parce que personne avait une res plus grande en 2005 */ margin: auto; + font-family: Arial, Helvetica, sans-serif; } +@import url(https://fr.allfont.net/allfont.css?fonts=comic-sans-ms); + header{ display: flex; align-items: center; @@ -40,6 +43,11 @@ h1,h2,p,#intropage { text-align: center; } +h1 { + font-size: 4rem; + font-family: 'comic sans ms', Arial, Helvetica, sans-serif; +} + #makeachoicehf{ margin-top: 4rem; margin-bottom: 4rem; @@ -61,12 +69,35 @@ h1,h2,p,#intropage { #makeachoicehf a p{ + font-family: 'comic sans ms',Arial, Helvetica, sans-serif; text-decoration: none; - font-size: 2rem; + font-size: 4rem; margin-left: 3rem; } .imgbouton{ width: 200px; height: auto; +} + +#comments { + display: flex; + flex-direction: column; +} + +.caption { + text-align: center; +} + +.avis { + width: 150px; + height: auto; + justify-content: center; + align-items: center; +} + +figure { + border: solid purple 1px; + border-radius: 15px; + flex-direction: row; } \ No newline at end of file