diff --git a/css/menu.css b/css/menu.css index 444b7a7..a6c0f5e 100644 --- a/css/menu.css +++ b/css/menu.css @@ -43,4 +43,23 @@ body { .menu-item p { color: #555; +} + +.Carte { + margin-bottom: 20px; + margin-left:auto; + margin-right:auto; + height: 1122px; + width : 794px; + background-color: #E3E3E3; + padding: 15px; + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.Carte img haut-droit { + width: 100%; + max-width: 200px; + height: auto; + border-radius: 8px; } \ No newline at end of file diff --git a/html/index.html b/html/index.html index 108b593..22a08a1 100644 --- a/html/index.html +++ b/html/index.html @@ -97,9 +97,9 @@
Pâte à la truffe artisanale agrémentée de copeaux de parmesan fondants.
+Raviole de champignons, fois gras Poêlé, crémeux champignons.
Rôle : Cofondateur et ingénieur informatique
diff --git a/img/Menu/decoration_carte.png b/img/Menu/decoration_carte.png new file mode 100644 index 0000000..9b062b1 Binary files /dev/null and b/img/Menu/decoration_carte.png differ diff --git a/img/NotreEquipe/MarcoORFAO.jpg b/img/NotreEquipe/MarcoORFAO.png similarity index 100% rename from img/NotreEquipe/MarcoORFAO.jpg rename to img/NotreEquipe/MarcoORFAO.png diff --git a/img/Plat/Plat2.png b/img/Plat/Plat2.png index 2379e57..7de95b7 100644 Binary files a/img/Plat/Plat2.png and b/img/Plat/Plat2.png differ