diff --git a/Header.php b/Header.php index f8fe03d..9268f16 100644 --- a/Header.php +++ b/Header.php @@ -103,6 +103,44 @@ if (mysqli_connect_errno()) { background: #03488B; color: white } + + /* [ Login Button ]*/ + .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 100px; + font-family: Poppins-Regular; + font-size: 23px; + line-height: 1.5; + } + + #footer{ + position:fixed; + bottom:0; + left:0; + background-color:#03417C; + color:#FFF; + text-align:center; + width:100%; + } + + .txt1 { + font-family: Poppins-Regular; + font-size: 18px; + line-height: 1.5; + color: #666666; + } + + .txt2 { + font-family: Poppins-Regular; + font-size: 19px; + line-height: 1.5; + color: #2471A3; + } + + diff --git a/index.php b/index.php index 94537b3..152595c 100644 --- a/index.php +++ b/index.php @@ -87,42 +87,4 @@ if (isset($_SESSION["user_fullname"])) { - -