Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
galihap76 authored Jan 26, 2023
1 parent 34eb2bb commit d528a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<!-- Card body -->
<div class="card-body p-5">

<!-- Sign In -->
<h3 class="mb-5 text-center">LOGIN</h3>
<!-- </Akhir sign in -->
<!-- Login -->
<h3 class="mb-5 text-center">Login</h3>
<!-- </Akhir login -->

<!-- Form -->
<form method="post" action="">
Expand Down Expand Up @@ -73,7 +73,7 @@ <h3 class="mb-5 text-center">LOGIN</h3>

<!-- Tombol login -->
<div class="text-center">
<button class="btn btn-primary w-75 text-center rounded-pill" type="submit">LOGIN</button>
<button class="btn btn-primary w-75 text-center rounded-pill" type="submit">Login</button>
</div>
<!-- </Akhir tombol login -->

Expand Down

0 comments on commit d528a23

Please sign in to comment.