From 11340c631eb9ada2509aea8eb40b36ec3179a422 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Fri, 6 Jan 2023 18:05:41 +0100 Subject: [PATCH] Titre (version basique) --- index.css | 33 +++++++++++++++++++++++++++++++++ index.html | 5 +++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index e69de29..7dfba54 100644 --- a/index.css +++ b/index.css @@ -0,0 +1,33 @@ +body{ + display: flex; + flex-direction: column; + align-items: center; +} + +h1 +{ + font-size : 60px; + margin : 10px; +} + +h2 +{ + font-size : 30px; + margin-top : 10px; +} + +header +{ + display : flex; + flex-direction : column; + align-items: center; + justify-content: flex-start; + border : 1px solid green; + width: 80%; + margin-bottom : 15px; +} + +.titreSAE +{ + border : 1px solid red; +} \ No newline at end of file diff --git a/index.html b/index.html index fb7c111..d01ae4a 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,13 @@ SAE-01-06 +
- +

SAE 01-06

+

DÉCOUVERTE DE L'ENVIRONNEMENT ÉCONOMIQUE ET ÉCOLOGIQUE

@@ -16,7 +18,6 @@
-