1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-15 18:27:08 +02:00

Register-Verification-sent.html - Optimize Card to look more pleasing and responsive

This commit is contained in:
Matthew Patrick 2021-09-14 10:43:06 +07:00
parent 3f5f2ca855
commit 1e9a560bfd

View file

@ -27,7 +27,17 @@
}
.card {
width: 70%;
position: center;
margin: auto;
text-align: center;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background-color: #212226;
}
.card, .card-img-top {
position: center;
margin: auto;
text-align: center;
@ -52,10 +62,12 @@
<br>
<div class="card" style="width: 18rem;">
<img src="assets/logo_transparent.png" class="card-img-top" alt="Logo">
<div class="card w-50">
<div class="card-header" style="color: white;">
<h2>Verify Your Email Address</h2>
</div>
<img src="assets/logo_transparent.png" class="card-img-top w-50" alt="Logo">
<div class="card-body">
<h1 class="card-text" style="color: white;">Verify Your Email Address</h1>
<p class="card-text" style="color: #dedede;">Before proceeding, please check your email for a verification link to verify your email address.</p>
</div>
</div>