mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-09 11:44:10 +01:00
register-verification-completed.html - Added a simple fade animation for the main card
This commit is contained in:
parent
81e8b7d5b6
commit
b4559b9af1
1 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
<link href="https://fonts.googleapis.com" rel="preconnect">
|
||||
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
body {
|
||||
|
@ -133,7 +134,7 @@
|
|||
<br>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div data-aos="fade-in" data-aos-delay="500" class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="card col-md-6 col-lg-6 col-xl-8">
|
||||
|
@ -156,6 +157,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
||||
<script>
|
||||
AOS.init();
|
||||
</script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue