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 @@
- - +
+
+ +