diff --git a/index.html b/index.html index 050a9e5..d7d682d 100644 --- a/index.html +++ b/index.html @@ -9,15 +9,16 @@ -
-

Our Team Members

-
-

-

+

Our Team Members

+
+
+ Photo d'identité +

- Photo d'identité
+ +
\ No newline at end of file diff --git a/style.css b/style.css index 4b13970..d47d2a6 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,21 @@ -#personne { +h1 { + text-align: center; +} + +#bloc1 { + text-align: left; display: flex; - flex-direction: row; - justify-content: space-around; - flex-wrap: wrap; +} + +#fiche{ + background-color: rgba(237, 236, 254, 1); } img{ width:100px; clip-path:ellipse(50% 50%); +} + +#nom, #prenom { + display: inline; } \ No newline at end of file