diff --git a/HTML/TP04/Exercice1.css b/HTML/TP04/Exercice1.css new file mode 100644 index 0000000..29e5080 --- /dev/null +++ b/HTML/TP04/Exercice1.css @@ -0,0 +1,93 @@ +body { + display: grid; + grid-template-columns: 2fr 1fr; + padding: 0% 15% 0% 15%; +} + +p { + font-family: Arial, Helvetica, sans-serif; +} + +a { + font-family: Arial, Helvetica, sans-serif; + color: #08c; +} + +h2 { + font-family: Arial, Helvetica, sans-serif; + text-align: center; +} + +header { + grid-column: 1 / span 2; +} + +nav { + text-align: center; +} + +.accueil { + float: right; +} + +section { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: .1fr 1fr 1fr; +} + +.informaticiens { + grid-column: 1 / span 2; +} + +nav>ul>li { + display: inline-block; + padding: 10px; + text-align: center; +} + +article { + display: inline-block; + display: grid; + grid-template-columns: 1fr 2fr; + grid-template-rows: 1fr 1fr 1fr; + margin: auto; +} + +article>h3 { + font-family: Arial, Helvetica, sans-serif; +} + +article>img { + width: 160px; + grid-row: 1 / span 3; + grid-column: 2; + border-style: solid; + border-width: 5px 15px 20px 5px; + border-color: #EFEFEF; + box-shadow: 10px 8px 5px #555; + margin: auto; +} + +nav>ul>li>a { + text-decoration: dashed; + text-decoration-line: underline; +} + +aside>p>em { + font-weight: bold; +} + +aside>p>em:nth-child(1) { + margin-right: 15px; + color: #08c; +} + +footer { + margin-top: 50px; + grid-column: 1 / span 2; +} + +footer>p { + display: inline; +} \ No newline at end of file diff --git a/HTML/TP04/Exercice1.html b/HTML/TP04/Exercice1.html new file mode 100644 index 0000000..945ceeb --- /dev/null +++ b/HTML/TP04/Exercice1.html @@ -0,0 +1,82 @@ + + + + + + TP mise en page avec le css + + + +
+

Mon Panthéon

+ +
+
+

Les informaticiens

+
+ Ritchie +

Dennis
Ritchie

+

9 septembre 1941 - 12 octobre 2011

Nationalité : américaine

+
+
+ linus torvalds +

Linus
Torvalds

+

28 décembre 1969 -

+

Nationalité : finlandaise

+
+
+ Pascal +

Blaise
Pascal

+

19 juin 1623 - 19 août 1662

+

Nationalité : française

+
+
+ turing +

Alan
Turing

+

23 juin 1912 - 7 juin 1954

+

Nationalité : britannique

+
+
+ + + +