From ca6ac4f2001c649daba10f6fa022d8169249d238 Mon Sep 17 00:00:00 2001 From: Medenos Date: Tue, 27 Sep 2022 22:24:25 -0400 Subject: [PATCH] ajout message de maison --- .../src/components/Topbar.js | 2 +- .../grosses-mitaines-ui/src/pages/Home.js | 13 ++++++-- .../src/stylesheets/site.css | 30 +++++++++++++++++++ 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/GrossesMitaines/grosses-mitaines-ui/src/components/Topbar.js b/GrossesMitaines/grosses-mitaines-ui/src/components/Topbar.js index 41e8411..afd499a 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/components/Topbar.js +++ b/GrossesMitaines/grosses-mitaines-ui/src/components/Topbar.js @@ -10,7 +10,7 @@ const Topbar = () => { - + diff --git a/GrossesMitaines/grosses-mitaines-ui/src/pages/Home.js b/GrossesMitaines/grosses-mitaines-ui/src/pages/Home.js index 52c5b95..c47dbbd 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/pages/Home.js +++ b/GrossesMitaines/grosses-mitaines-ui/src/pages/Home.js @@ -10,19 +10,19 @@ const Home = () => { "title": "Ceinture flèchée", "description": "Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.", "price": "85,86", - "imageUrl":"/images/ceintureflechee.jpg" + "imageUrl": "/images/ceintureflechee.jpg" }, { "title": "Pantoufles du Canadien en Phentex", "description": "Parce que ça sent la coupe!", "price": "15,64", - "imageUrl":"/images/pantouflesCH.jpg" + "imageUrl": "/images/pantouflesCH.jpg" }, { "title": "Jean-Luc Mongrain", "description": "On ne lui ferait pas mal, en tout cas!!", "price": "1453,12", - "imageUrl":"/images/jeanlucmongrain.jpg" + "imageUrl": "/images/jeanlucmongrain.jpg" } ]; @@ -33,6 +33,13 @@ const Home = () => { return ( <> +
+

Les Grosses Mitaines

+

(à Ginette et Monique)

+ +
+

Des produits bien commodes faits par des aînées d'expérience.

+
diff --git a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css index b52ae52..f771e08 100644 --- a/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css +++ b/GrossesMitaines/grosses-mitaines-ui/src/stylesheets/site.css @@ -6,6 +6,36 @@ body { background-size: cover; } +.home-text{ + /* border: black 1px solid; */ + text-align: center; + background-color:beige; + box-shadow: 2px 3px rgba(11, 11, 11, 0.5); + padding:1% 2% 1% 2%; + margin: 1% 2% 1% 2%; +} + +.home-title{ + margin: 10px 10% 0% 10%; + padding: 0px 0px 0px 0px ; + border-radius: 5px 25px; + color:plum; + background-color: rgba(0, 0, 0, .75); +} + +.home-subtitle{ + text-shadow: 3px 2px 5px rgba(0, 0, 0, .5); +} + +.home-img{ + width: 20%; + height: auto; +} + +.home-description{ + +} + .topbar-container{ background-color: beige; margin-bottom: 2%;