diff --git a/CSS/choix1.css b/CSS/choix1.css new file mode 100644 index 0000000..c9d8d01 --- /dev/null +++ b/CSS/choix1.css @@ -0,0 +1,54 @@ +body { + border: 8px solid; + color: blue; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; + background-color: black; + height: 95vh; +} + +header { + border: 8px solid; + color: purple; + display: flex; + flex: 1; +} + +#main { + display: flex; + flex: 4; +} + +#content { + border: 8px solid; + color: blue; + display: flex; + flex-direction: column; + justify-content: space-around; + width: 50vw; +} + +#text { + border: 8px solid; + font-family: 'Special Elite', cursive; + text-align: center; + color: white; +} + +#buttons { + border: 8px solid; + color: red; + display: flex; + justify-content: space-around; +} + +footer { + border: 8px solid; + color: green; + display: flex; + flex : 1; +} + + diff --git a/HTML/choix1.html b/HTML/choix1.html new file mode 100644 index 0000000..bd5c0d6 --- /dev/null +++ b/HTML/choix1.html @@ -0,0 +1,34 @@ + + + + + + Document + + + + + +
+

+ +
+
+
+
+

+ Vous sortez de cours de chinois à 20h30 et vous passez faire un tour au STPI vous prendre un petit café pour réviser toute la nuit. + Vous apercevez un étudiant qui se dirige vers le sous-sol, vous trouvez ça bizarre. +

+
+
+ + +
+
+
+ + + \ No newline at end of file