-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb3-bootstarp.html
197 lines (185 loc) · 9.16 KB
/
web3-bootstarp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bootstrap booting</title>
<link rel="stylesheet" href="bootstrap-4.4.1-dist/css/bootstrap.min.css">
<style>
h1{
margin-top: 100px;
}
#flex-container{
height: 150px;
background-color: lightpink;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<h1>Hello everyone </h1>
<button class="btn btn-primary">primary</button>
<button class="btn btn-secondary">secondary</button>
<button class="btn btn-danger">danger</button>
<button class="btn btn-success">success</button>
<button class="btn btn-warning">warning</button>
<button class="btn btn-info">info</button>
<h1>Colors</h1>
<p class="text-primary">This is my first paragraph.</p>
<p class="text-success">Life never goes fall rather we are the reason for that.</p>
<div class="bg-primary text-white">
<h2>My news</h2>
<p>I am learning bootstrap.</p>
</div>
<div class="bg-warning text-white">
<h2>My hobby</h2>
<p>Scroll instagram and watch tv-series.</p>
</div>
<h1>Image</h1>
<img class="img-fluid w-25 rounded-circle img-thumbnail" src="images/hr.png" alt="">
<h1>Card</h1>
<div class="card" style="width: 18rem;">
<img src="images/1611926.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">BDT/245 - Chocolate Cake</h5>
<p class="card-text">This chocolate cake is so yummy and delecious.</p>
<a href="#" class="btn btn-primary">Buy now</a>
</div>
</div>
<h1>Card decks</h1>
<div class="card-deck w-50">
<div class="card">
<img src="images/21.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img src="images/22.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img src="images/23.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<h1>Navigation</h1>
<nav class="nav">
<a class="nav-link" href="">Home</a>
<a class="nav-link" href="">Products</a>
<a class="nav-link" href="">Shopping Cart</a>
<a class="nav-link" href="">Shipping</a>
</nav>
<div class="container">
<h1>Grid</h1>
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
<img class="img-fluid" src="images/c1 (1).jpeg" alt="">
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
<img class="img-fluid" src="images/c1 (1).jpg" alt="">
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2">
<img class="img-fluid" src="images/c1 (2).jpg" alt="">
</div>
</div>
</div>
<h1>Carousel</h1>
<div class="container">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="img-fluid" src="images/Ca (2).jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img class="img-fluid" src="images/Ca (2).jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img class="img-fluid" src="images/Ca (2).jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container">
<h1>Flex Layout</h1>
<div class="d-flex flex-column flex-sm-column-reverse flex-md-row-reverse flex-lg-column lex-xl-column-reverse">
<div>Peter</div>
<div>Logan</div>
<div>Jennifer</div>
</div>
<div class="d-flex justify-content-sm-start justify-content-md-end justify-content-lg-around justify-content-xl-between">
<div>Peter</div>
<div>Logan</div>
<div>Jennifer</div>
</div>
<div id="flex-container" class="d-flex align-items-center justify-content-around">
<div>Peter</div>
<div>Logan</div>
<div>Jennifer</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>