-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflexbox3.html
More file actions
38 lines (29 loc) · 1.39 KB
/
flexbox3.html
File metadata and controls
38 lines (29 loc) · 1.39 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
<html>
<head>
<title>FlexBox</title>
<link rel="stylesheet" type="text/css" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Shojumaru&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
</head>
<body>
<div class="container">
<img src="wild.jpg">
<img src="zibra.jpg">
<img src="rino.jpg">
<img src="duck.jpg">
<img src="pg.jpg">
<img src="eg.jpg">
</div> <br>
<div class="container">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="flexbox2.html">Previous</a></li>
<li class="page-item"><a class="page-link" href="flexbox.html">1</a></li>
</ul>
</body>
</html>