From d29c46ceace63b5690aa25764e29012e8fdffce1 Mon Sep 17 00:00:00 2001 From: Thomas Fritsch <thomas@uidlt.fr> Date: Thu, 28 Jan 2021 12:11:33 +0100 Subject: [PATCH] format readme --- D-poo-avancee.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/D-poo-avancee.md b/D-poo-avancee.md index af60ee6..2e90b20 100644 --- a/D-poo-avancee.md +++ b/D-poo-avancee.md @@ -63,17 +63,17 @@ _**L'objectif de cet exercice est d'utiliser une classe à l'intérieur d'une au ... le code HTML généré sera : ```html <article class="pizzaThumbnail"> - <a href="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300"> - <img src="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300" /> - <section> - <h4>Regina</h4> - <ul> - <li>Prix petit format : 6.50 €</li> - <li>Prix grand format : 9.95 €</li> - </ul> - </section> - </a> - </article> + <a href="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300"> + <img src="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300" /> + <section> + <h4>Regina</h4> + <ul> + <li>Prix petit format : 6.50 €</li> + <li>Prix grand format : 9.95 €</li> + </ul> + </section> + </a> + </article> ``` ... et le rendu obtenu dans la page sera celui-ci : -- GitLab