@@ -17,91 +17,111 @@ <h1>Le Grimoire de Véro</h1>
1717 < section class ="recipe-gallery ">
1818 < h2 > Toutes les recettes</ h2 >
1919
20-
20+
2121 < div class ="recipe-grid ">
22-
22+
2323 < article class ="recipe-card type-plat ">
2424 < a href ="quiche_lorraine.html " class ="recipe-card-link ">
25-
25+
2626 < div class ="recipe-card-image-container ">
2727 < img src ="recipe_images/quiche_lorraine.jpg " alt ="Photo de Quiche Lorraine ">
2828 </ div >
29-
29+
3030 < div class ="recipe-card-content ">
3131 < h3 > Quiche Lorraine</ h3 >
32-
32+
3333 < p class ="recipe-card-description "> Une quiche Lorraine façon maman (avec tomates !) et rapide à faire.</ p >
34-
34+
3535 <!-- Optional: Display type or other quick info -->
36-
36+
3737 < span class ="recipe-card-type "> Plat</ span >
38-
38+
3939 </ div >
4040 </ a >
4141 </ article >
42-
42+
4343 < article class ="recipe-card type-dessert ">
4444 < a href ="crêpes.html " class ="recipe-card-link ">
45-
45+
4646 < div class ="recipe-card-image-container ">
4747 < img src ="https://img.cuisineaz.com/660x495/2015/01/29/i113699-photo-de-crepe-facile.webp " alt ="Photo de Crêpes ">
4848 </ div >
49-
49+
5050 < div class ="recipe-card-content ">
5151 < h3 > Crêpes</ h3 >
52-
52+
5353 < p class ="recipe-card-description "> Les fameuses crêpes de maman</ p >
54-
54+
5555 <!-- Optional: Display type or other quick info -->
56-
56+
5757 < span class ="recipe-card-type "> Dessert</ span >
58-
58+
5959 </ div >
6060 </ a >
6161 </ article >
62-
62+
6363 < article class ="recipe-card type-dessert ">
6464 < a href ="tarte_à_la_rhubarbe.html " class ="recipe-card-link ">
65-
65+
6666 < div class ="recipe-card-image-container ">
6767 < img src ="recipe_images/tarte_a_la_rhubarbe.webp " alt ="Photo de Tarte à la rhubarbe ">
6868 </ div >
69-
69+
7070 < div class ="recipe-card-content ">
7171 < h3 > Tarte à la rhubarbe</ h3 >
72-
72+
7373 < p class ="recipe-card-description "> Attention aux papas gourmands !</ p >
74-
74+
7575 <!-- Optional: Display type or other quick info -->
76-
76+
7777 < span class ="recipe-card-type "> Dessert</ span >
78-
78+
7979 </ div >
8080 </ a >
8181 </ article >
82-
82+
8383 < article class ="recipe-card type-dessert ">
8484 < a href ="gâteau_aux_pommes.html " class ="recipe-card-link ">
85-
85+
8686 < div class ="recipe-card-image-container ">
8787 < img src ="https://odelices.ouest-france.fr/images/recettes/2004/12/gateau-pommes-H-1024x683.jpg " alt ="Photo de Gâteau aux pommes ">
8888 </ div >
89-
89+
9090 < div class ="recipe-card-content ">
9191 < h3 > Gâteau aux pommes</ h3 >
92-
92+
9393 < p class ="recipe-card-description "> Un gâteau moelleux et rapide à préparer, à déguster sans modération !</ p >
94-
94+
9595 <!-- Optional: Display type or other quick info -->
96-
96+
9797 < span class ="recipe-card-type "> Dessert</ span >
98-
98+
9999 </ div >
100100 </ a >
101101 </ article >
102-
102+
103+ < article class ="recipe-card type-dessert ">
104+ < a href ="tarte_à_la_rhubarbe.html " class ="recipe-card-link ">
105+
106+ < div class ="recipe-card-image-container ">
107+ < img src ="recipe_images/tarte_a_la_rhubarbe.webp " alt ="Photo de Tarte à la rhubarbe ">
108+ </ div >
109+
110+ < div class ="recipe-card-content ">
111+ < h3 > Tarte à la rhubarbe</ h3 >
112+
113+ < p class ="recipe-card-description "> Attention aux papas gourmands !</ p >
114+
115+ <!-- Optional: Display type or other quick info -->
116+
117+ < span class ="recipe-card-type "> Dessert</ span >
118+
119+ </ div >
120+ </ a >
121+ </ article >
122+
103123 </ div >
104-
124+
105125 </ section >
106126</ main >
107127
0 commit comments