diff --git a/Header.php b/Header.php index 96bf02b..2989e5c 100644 --- a/Header.php +++ b/Header.php @@ -19,14 +19,12 @@ if (mysqli_connect_errno()) {
- + + - - - + diff --git a/css/main.css b/css/main.css index af26865..456e3cc 100644 --- a/css/main.css +++ b/css/main.css @@ -159,4 +159,14 @@ a { background-color:white;width:100% } -/* Courses */ \ No newline at end of file +/* Recover Passwords */ +.btn-primary { + color: white; + border-radius: 5px; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + background: rgb(75, 184, 240); + padding:5px 102px; + font-family: Poppins-Regular; + font-size: 23px; + line-height: 1.5; +} \ No newline at end of file diff --git a/recover_password.php b/recover_password.php index d9ae8a2..ecb4ad3 100644 --- a/recover_password.php +++ b/recover_password.php @@ -43,18 +43,3 @@ if(isset($_SESSION['info_recover_password'])) { } ?> - - diff --git a/signup.php b/signup.php index ae17b5e..b5c7d3b 100644 --- a/signup.php +++ b/signup.php @@ -48,17 +48,3 @@ include 'Header.php'; - \ No newline at end of file