mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-24 01:06:06 +01:00
Register-Verification-completed.html - Optimize Card to look more pleasing and responsive
This commit is contained in:
parent
a05c151cc1
commit
3f5f2ca855
1 changed files with 8 additions and 6 deletions
|
@ -26,8 +26,7 @@
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card, .btn, .card-img-top {
|
||||||
width: 70%;
|
|
||||||
position: center;
|
position: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -52,11 +51,14 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="card" style="width: 18rem;">
|
<div class="card w-50">
|
||||||
<img src="assets/logo_transparent.png" class="card-img-top" alt="Logo">
|
<div class="card-header" style="color: white;">
|
||||||
|
<h2>Verification Completed !!</h2>
|
||||||
|
</div>
|
||||||
|
<img src="assets/logo_transparent.png" class="card-img-top w-50" alt="Logo">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h1 class="card-text" style="color: white;">Verification Completed !!</h1>
|
<p class="card-text" style="color: #dedede;">Your Email Has Been Verified !! Please Sign in Using the button below..</p>
|
||||||
<p class="card-text" style="color: #dedede;">Please click here to sign in.</p>
|
<a href="login.html" class="btn btn-primary w-50">Sign in</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||||
|
|
Loading…
Add table
Reference in a new issue