From 61b4a4e8e97d079a7aa976975e2f9b251cf677c7 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Sat, 7 Jan 2023 10:59:38 +0100 Subject: [PATCH] Structure du sommaire --- index.css | 109 +++++++++++++++++++++++++++++++++++++++++++++++++---- index.html | 90 +++++++++++++++++++++++++++++++++---------- 2 files changed, 173 insertions(+), 26 deletions(-) diff --git a/index.css b/index.css index e5cba44..6ee2a16 100644 --- a/index.css +++ b/index.css @@ -1,21 +1,41 @@ +/* +======================================= + Général +======================================= +*/ body{ display: flex; flex-direction: column; align-items: center; } -h1 +.conteneur { - font-size : 60px; + display: flex; +} + +/* +========================================= + Titre SAE +========================================= +*/ +#SAE +{ + font-size : 70px; margin : 10px; } -h2 +#DECOUVERTE { - font-size : 30px; + font-size : 38px; margin-top : 10px; } +.titreSAE +{ + border : 1px solid red; +} + header { display : flex; @@ -23,19 +43,94 @@ header align-items: center; justify-content: flex-start; border : 1px solid green; - width: 80%; + width: 82%; margin-bottom : 15px; } -.titreSAE +/* +======================================== + Sommaire +======================================== +*/ + +#sommaire { + width : 82%; + display: flex; + flex-direction: column; + + border : 1px solid black; +} + +#titreSommaire +{ + font-size: 33px; + margin-left: 20px; +} + +#liensQuestions +{ + justify-content: space-around; + flex-direction: row; + padding-top : 15px; + padding-bottom: 15px; + width : 95%; + align-self : center; + margin-bottom: 30px; + border : 1px solid red; } +.blocLienQuestion +{ + + + border : 1px solid orange; +} + +.lienQuestion +{ + display: flex; + flex-direction: column; + justify-content: center; + width : 100%; + height: 100%; + text-decoration: none; + color : black; + + border : 1px solid green; +} + +.titreLien +{ + padding-left : 10px; + padding-right : 10px; + font-size: 22px; + +} +/* table { border-collapse: collapse; } + td{ border : 1px solid black; -} \ No newline at end of file + font-size : 25px; + display: inline-block; +} + +.questionP +{ + text-align: center; + border : 1px solid purple; +} + +.question +{ + border: 3px solid orange; + display: block; + width : 100%; + margin : 0px; +} +*/ \ No newline at end of file diff --git a/index.html b/index.html index 8e35ca6..d3f4c52 100644 --- a/index.html +++ b/index.html @@ -8,43 +8,95 @@
-

SAE 01-06

-

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

+

SAE 01-06

+

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

- - - - +

- - +

- - - - +

- - +

+ + + +
- +

Hello WORLD

+

Sommaire

+ +
+ + +
+ + + + + +