-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<div class="bg-light vh-100 d-flex justify-content-center flex-column align-items-center">
<div class="col-8 col-sm-5 col-md-4">
<div class="bg-white rounded shadow-sm">
<div class="bg-dark rounded-top text-center text-light py-2">
<h3 class="fs-5">Quaude (code) <span class="text-warning">Tips</span> !</h3>
</div>
<div class="p-3 text-center text-muted">
<h3 class="fs-5"> Only Bootstrap classes </h3>
<p class="small">
No CSS, No HTML style
</p>
Please share and subscribe for more tips, I will let down gitub link to download th source files !
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>