From 9b3549db5335e7ba8d7e2f4fe783c35d9cb0cd63 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Fri, 23 Dec 2022 22:12:54 +0100 Subject: [PATCH] beautifull buttons --- Style/signInStyle.css | 33 +++++++++++++++++++++++++++++++++ Style/signUp.css | 33 +++++++++++++++++++++++++++++++++ Vues/signIn.php | 20 ++++++++++++-------- Vues/signUp.php | 14 ++++++++++++-- 4 files changed, 90 insertions(+), 10 deletions(-) diff --git a/Style/signInStyle.css b/Style/signInStyle.css index 17f0d02..b36b134 100644 --- a/Style/signInStyle.css +++ b/Style/signInStyle.css @@ -179,4 +179,37 @@ body { .GoHome{ margin-bottom: 10px; +} + +.bouton{ + width: 20%; + height: 30px; + margin: 10px auto; + justify-content: center; + display: block; + color: #fff; + background: #573b8a; + font-size: 1em; + font-weight: bold; + margin-top: 20px; + outline: none; + border: none; + border-radius: 25px; + transition: .2s ease-in; + cursor: pointer; +} + +.boutonHome{ + width: 30%; + justify-content: left; + display: block; + color: #fff; + background: #573b8a; + font-size: 1em; + font-weight: bold; + margin-top: 20px; + outline: none; + border: none; + border-radius: 25px; + padding-bottom: 3px; } \ No newline at end of file diff --git a/Style/signUp.css b/Style/signUp.css index b41a514..1b8236c 100644 --- a/Style/signUp.css +++ b/Style/signUp.css @@ -88,3 +88,36 @@ button:hover{ #chk:checked ~ .signup label{ transform: scale(.6); } + +.bouton{ + width: 20%; + height: 30px; + margin: 10px auto; + justify-content: center; + display: block; + color: #fff; + background: #573b8a; + font-size: 1em; + font-weight: bold; + margin-top: 20px; + outline: none; + border: none; + border-radius: 25px; + transition: .2s ease-in; + cursor: pointer; +} + +.boutonHome{ + width: 30%; + justify-content: left; + display: block; + color: #fff; + background: #573b8a; + font-size: 1em; + font-weight: bold; + margin-top: 20px; + outline: none; + border: none; + border-radius: 25px; + padding-bottom: 3px; +} \ No newline at end of file diff --git a/Vues/signIn.php b/Vues/signIn.php index 2dfe0c5..c120d6b 100644 --- a/Vues/signIn.php +++ b/Vues/signIn.php @@ -12,9 +12,13 @@
- - +
+
diff --git a/Vues/signUp.php b/Vues/signUp.php index 274e83c..2201aba 100644 --- a/Vues/signUp.php +++ b/Vues/signUp.php @@ -12,8 +12,11 @@
- - +
+
+ +