From a682ee28905e45ef7372471510226ebc0548fd89 Mon Sep 17 00:00:00 2001 From: "remi.biette" Date: Thu, 9 May 2019 16:35:10 +0200 Subject: [PATCH] Ajout page profil --- WEB/profil.css | 22 ++++++++++++++ WEB/profil.php | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 WEB/profil.css create mode 100644 WEB/profil.php diff --git a/WEB/profil.css b/WEB/profil.css new file mode 100644 index 0000000..d73e97f --- /dev/null +++ b/WEB/profil.css @@ -0,0 +1,22 @@ +*{ + margin: 0; + padding: 0; + font-family: "Arial"; +} + +#divImgProfil{ + width: 100%; + display: flex; + flex-wrap: nowrap; + justify-content: center; +} + +#imgProfil{ + background-color: white; + margin-top: 2.5em; + width: 60%; + height: 60%; + max-width: 210px; + max-height: 210px; + border-radius: 10px; +} \ No newline at end of file diff --git a/WEB/profil.php b/WEB/profil.php new file mode 100644 index 0000000..362991b --- /dev/null +++ b/WEB/profil.php @@ -0,0 +1,78 @@ + + + + + + + + Profil + + + +
+

Profil

+
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+

Si vous avez déjà un compte cliquez ici.

+
+ +