mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-08 11:24:04 +01:00
Register-Verification-completed.html - Make Texts inside Card Responsive
This commit is contained in:
parent
9d7fef383d
commit
49c0eec1fd
1 changed files with 4 additions and 4 deletions
|
@ -60,15 +60,15 @@
|
|||
|
||||
<div class="card w-50">
|
||||
<div class="card-header" style="color: white;">
|
||||
<h2>Verification Completed !!</h2>
|
||||
<h2 style="font-size:3vw;">Verification Completed !!</h2>
|
||||
</div>
|
||||
<lottie-player src="https://assets10.lottiefiles.com/private_files/lf30_hlzxxlfs.json" class="icon"
|
||||
background="transparent"
|
||||
speed="1" loop autoplay></lottie-player>
|
||||
<div class="card-body">
|
||||
<h5 class="card-text" style="color: #dedede;">Your Email Has Been Verified !! Please Sign in Using the button
|
||||
below..</h5>
|
||||
<a href="login.html" class="btn btn-primary w-50">Sign in</a>
|
||||
<h6 class="card-text" style="color: #dedede;font-size:1.3vw">Your Email Has Been Verified !! Please Sign in Using the button
|
||||
below..</h6>
|
||||
<a href="login.html" style="font-size: 1.5vw" class="btn btn-primary w-50">Sign in</a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
|
|
Loading…
Reference in a new issue