Register-Verification-completed.html - Make Texts inside Card Responsive

This commit is contained in:
Matthew Patrick 2021-09-14 11:27:20 +07:00
parent 9d7fef383d
commit 49c0eec1fd

View file

@ -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"