diff --git a/db/woman.json b/db/woman.json index 1b3fa30..226cf42 100644 --- a/db/woman.json +++ b/db/woman.json @@ -45,7 +45,7 @@ "prenom" : "Maryse", "nom" : "Dodier", "age" : 33, - "bio" :"Salut je suis Maryse j'aime la faire des connaissances autour d'un vers. Alors vien avec moi dans bars histoire de discuté." + "bio" :"Salut je suis Maryse j'aime la faire des connaissances autour d'un verre. Alors vien avec moi dans bars histoire de discuté." } ,{ "prenom" : "Cammille", diff --git a/styles/today/index.css b/styles/today/index.css index e69de29..d026b1d 100644 --- a/styles/today/index.css +++ b/styles/today/index.css @@ -0,0 +1,10 @@ +#makeachoicehf{ + display: flex; + flex-direction: row; + justify-content: space-around; +} + +img{ + width: 200px; + height: auto; +} \ No newline at end of file