mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-09 03:43:33 +01:00
Register-Verification-completed.html - Added a WIP Card with text
This commit is contained in:
parent
6fd0c0176e
commit
a05c151cc1
1 changed files with 21 additions and 0 deletions
|
@ -25,6 +25,18 @@
|
||||||
border-bottom-left-radius: 20px;
|
border-bottom-left-radius: 20px;
|
||||||
border-bottom-right-radius: 20px;
|
border-bottom-right-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -38,6 +50,15 @@
|
||||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
|
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"></div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<div class="card" style="width: 18rem;">
|
||||||
|
<img src="assets/logo_transparent.png" class="card-img-top" alt="Logo">
|
||||||
|
<div class="card-body">
|
||||||
|
<h1 class="card-text" style="color: white;">Verification Completed !!</h1>
|
||||||
|
<p class="card-text" style="color: #dedede;">Please click here to sign in.</p>
|
||||||
|
</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"
|
||||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
Loading…
Reference in a new issue