-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbstask3.html
More file actions
130 lines (124 loc) · 6.68 KB
/
bstask3.html
File metadata and controls
130 lines (124 loc) · 6.68 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="bs3.css">
<title>Price grid</title>
</head>
<body>
<div class="container-fluid box1">
<nav class="navbar navbar-expand-lg navigation position-fixed z-1">
<div class="container-fluid box2">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" style="color: yellow;" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link"style="color: yellow;" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: yellow;"href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: yellow;" href="#">Contact</a>
</li>
</ul>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<div class="smbox container">
<a class="nav-link" style="color: yellow;" href="#">Get A Quote</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container-fluid position-relative">
<div class="container p-5">
<div class="row">
<div class="col-lg-4 col-md-12 mb-4">
<div class="card h-100 shadow-lg">
<div class="card-body">
<div class="text-center p-3">
<h5 class="card-title">Basic</h5>
<small>Individual</small>
<br><br>
<span class="h2">$8</span>/month
<br><br>
</div>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Cras justo odio</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Dapibus ac facilisis in</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Vestibulum at eros</li>
</ul>
<div class="card-body text-center">
<button class="btn btn-outline-primary btn-lg" style="border-radius:30px">Select</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 mb-4">
<div class="card h-100 shadow-lg">
<div class="card-body">
<div class="text-center p-3">
<h5 class="card-title">Standard</h5>
<small>Small Business</small>
<br><br>
<span class="h2">$20</span>/month
<br><br>
</div>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>
</svg> Cras justo odio</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>
</svg> Dapibus ac facilisis in</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Vestibulum at eros</li>
</ul>
<div class="card-body text-center">
<button class="btn btn-outline-primary btn-lg" style="border-radius:30px">Select</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 mb-4">
<div class="card h-100 shadow-lg">
<div class="card-body">
<div class="text-center p-3">
<h5 class="card-title">Premium</h5>
<small>Large Companies</small>
<br><br>
<span class="h2">$40</span>/month
<br><br>
</div>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Cras justo odio</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Dapibus ac facilisis in</li>
<li class="list-group-item"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
</svg> Vestibulum at eros</li>
</ul>
<div class="card-body text-center">
<button class="btn btn-outline-primary btn-lg" style="border-radius:30px">Select</button>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>