-
Notifications
You must be signed in to change notification settings - Fork 0
/
BS-task3.html
201 lines (201 loc) · 8.48 KB
/
BS-task3.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
<title>BS Task-3</title>
<style>
a {
text-decoration: none;
}
.nav-link {
color: black;
height: 100%;
}
button {
background-color: transparent;
padding: 5px 5px;
font-size: 15px;
color: rgb(25, 160, 223);
border-color: rgb(25, 160, 223);
border: 2px solid;
border-radius: 4px;
box-shadow: none;
}
div.shadow-div {
width: 100%;
height: 100%;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.card {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
text-align: center;
color: rgb(66, 66, 66);
}
.card-text button {
width: 150px;
height: 35px;
margin-top: 10%;
background-color: rgb(25, 160, 223);
color: white;
border-radius: 6px;
}
.card-title
{
color: rgb(122, 122, 122);
}
.list-unstyled a
{
color: rgb(66, 66, 66);
}
</style>
</head>
<body>
<header>
<div class="container-fluid shadow-div">
<div style="display: flex;">
<h4 style="line-height: 50px; font-weight: 400;">Company name</h4>
<div style="height: 100%;">
<nav class="navbar">
<ul class="nav navbar-nav navbar-right" style="flex-direction: row;">
<li class="nav-item" style="margin-left: 115vh;"><a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item" style="padding-left: 5vh;"><a class="nav-link" href="#">Enterprise</a>
</li>
<li class="nav-item" style="padding-left: 5vh;"><a class="nav-link" href="#">Support</a>
</li>
<li class="nav-item" style="padding-left: 5vh;"><a class="nav-link" href="#">Pricing</a>
</li>
<li style="padding-left: 5vh;">
<a href="#" style="text-decoration: none;">
<div class="d-flex justify-content-center">
<button style="width: 80px">
Sign up
</button>
</div>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div style="text-align: center;">
<h1 style="font-weight: 400; margin-top: 10vh;">Pricing</h1>
<p>Quickly build an effective pricing table for you potential customers with this
<br>
Bootstrap example. It's built with default Bootstrap components and utilities
<br>
with little customization.
</p>
</div>
<div class="container">
<div class="row justify-content-center" style="margin-bottom: 5%;">
<div class="col-md-3">
<div class="card">
<div class="card-header" style="font-weight: 600; font-size: larger;">
Free
</div>
<div class="card-body">
<h3 class="card-title"><strong style="color: rgb(63, 62, 62);">$0</strong> / mo</h3>
<p class="card-text" style="line-height: 1.2; font-size: small;">
10 users included <br>
2 GB of storage <br>
Email support <br>
Help center access <br>
<a href="#" style="text-decoration: none;">
<button style="background-color: transparent; color: rgb(25, 160, 223)">
Sign up for free
</button>
</a>
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<div class="card-header" style="font-weight: 600; font-size: larger;">
Pro
</div>
<div class="card-body">
<h3 class="card-title"><strong style="color: rgb(63, 62, 62);">$15</strong> / mo</h3>
<p class="card-text" style="line-height: 1.2; font-size: small;">
20 users included <br>
10 GB of storage <br>
Priority email support <br>
Help center access <br>
<a href="#" style="text-decoration: none;">
<button>
Get Started
</button>
</a>
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<div class="card-header" style="font-weight: 600; font-size: larger;">
Enterprise
</div>
<div class="card-body">
<h3 class="card-title"><strong style="color: rgb(63, 62, 62);">$29</strong> / mo</h3>
<p class="card-text" style="line-height: 1.2; font-size: small;">
30 users included <br>
15 GB of storage <br>
Phone and email support <br>
Help center access <br>
<a href="#" style="text-decoration: none;">
<button>
Contact Us
</button>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row pb-3">
<div class="col-md-3">
<h5
style="width: 10%; margin-left: 5%; background-color: rgb(71, 7, 131); border-radius: 5px; text-align: center; color: white;">
B</h5>
<p style="margin-left: 5%;">© 2023</p>
</div>
<div class="col-md-3">
<h5>Features</h5>
<ul class="list-unstyled">
<li><a href="#">Cool stuff</a></li>
<li><a href="#">Random feature</a></li>
<li><a href="#">Team feature</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Resources</h5>
<ul class="list-unstyled">
<li><a href="#">Resource</a></li>
<li><a href="#">Resource name</a></li>
<li><a href="#">Another resource</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>About</h5>
<ul class="list-unstyled">
<li><a href="#">Privacy</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Team</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>