Update Perbaikan Footer Login Page

This commit is contained in:
mikael-zakaria 2025-08-21 13:19:01 +07:00
parent 9953865c05
commit 01acf71f60

View File

@ -53,6 +53,11 @@
h3 { h3 {
font-weight: 700; font-weight: 700;
} }
.card-footer {
border: none !important;
box-shadow: none !important;
background-color: transparent; /* opsional biar menyatu */
}
</style> </style>
</head> </head>
<?php <?php
@ -81,7 +86,7 @@ if(!isset($password)) { $password = ''; }
</div> </div>
<!-- Bagian Form --> <!-- Bagian Form -->
<div class="col-sm-6 col-md-4 d-flex align-items-center"> <div class="col-sm-6 col-md-4 d-flex align-items-center mt-4">
<div class="card-body pt-5 pb-0 px-4 w-100"> <div class="card-body pt-5 pb-0 px-4 w-100">
<h3 class="mb-5 text-center">CRM Sign In</h3> <h3 class="mb-5 text-center">CRM Sign In</h3>
<form id="loginform" method='POST'> <form id="loginform" method='POST'>
@ -116,7 +121,9 @@ if(!isset($password)) { $password = ''; }
</label> </label>
</div> </div>
</form> </form>
<p class="text-end text-muted fw-light fs-6 m-0 p-0">© 2022 - <?php echo(date("Y")); ?> &nbsp;5Pandawa🐼</p> <div class="card-footer pt-5 mt-5">
<p class="text-end text-muted fw-light fs-6 m-0 p-0">© 2022 - <?php echo(date("Y")); ?> &nbsp;5PANDA🐼WA</p>
</div>
</div> </div>
</div> </div>
</div> </div>