-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvvx.html
More file actions
60 lines (54 loc) · 1.96 KB
/
vvx.html
File metadata and controls
60 lines (54 loc) · 1.96 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="..//BOOSTRAP/bootstrap-5.2.2-dist/css/bootstrap.min.css">
</head>
<body>
<main>
<button class="btn btn-warning">test</button>
<button class="btn btn-success">class</button>
<button class="btn btn-danger">class</button>
<button class="btn btn-success">class</button>
<button class="btn btn-info">daa</button>
<button class="btn btn-primary">daa</button>
<div class="d-flex justify-content-around">
<div class="bg-info pt-5 pb-5 w-25">
<p>jdvvsvcxx</p>
</div>
<div>
<div class="bg-warning pt-5 pb-5 w-25">
<p>jdvvsvcxx</p>
</div>
</div>
</div>
<p class="fs-1">foortrue</p>
<p class="fs-2">foortrue</p>
<p class="fs-3">foortrue</p>
<p class="fs-4">foortrue</p>
<p class="fs-5">foortrue</p>
<p class="fs-6">foortrue</p>
<p class="display-1 test-info">working gd</p>
<p class="display-2 test-primary">working gd</p>
<p class="display-3 test-danger">working gd</p>
<p class="display-4 test-success">working gd</p>
<p class="display-5 test-warning">working gd</p>
<p class="display-6">working gd</p>
<p>
<h6 class="h1">fortyeue</h6>
</p>
<p>
<h1 class="h4">fortyeue</h1>
</p>
<form class="w-50 border p-3 m-auto my-3" action="">
<div class="form-group">
<label for="">Email</label>
<input class="form-control" type="email" placeholder="eamil">
</div>
</form>
</main>
</body>
</html>