Skip to content

Commit 9ccb014

Browse files
committed
added pagination
1 parent 6997cc8 commit 9ccb014

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

css/pagination.css

Whitespace-only changes.

pages/pagination.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Css Components</title>
7+
<link
8+
rel="icon"
9+
href="../favicon/android-chrome-192x192.png"
10+
type="image"
11+
/>
12+
<link
13+
href="https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap"
14+
rel="stylesheet"
15+
/>
16+
<link
17+
rel="stylesheet"
18+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
19+
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
20+
crossorigin="anonymous"
21+
/>
22+
<link rel="stylesheet" href="../css/style.css" />
23+
<link rel="stylesheet" href="../css/pills.css" />
24+
<link rel="stylesheet" href="../css/cardcolor.css" />
25+
<link rel="stylesheet" href="../css/assets/magic.css" />
26+
</head>
27+
28+
<body>
29+
<section class="header">
30+
<div class="container-fluid section-for-header">
31+
<div class="content">
32+
<div class="content-header">
33+
<h1>PAGINATION</h1>
34+
</div>
35+
<div class="content-body">
36+
<h3>Add your different paginations</h3>
37+
</div>
38+
<div class="content-footer">
39+
<a href="https://github.com/rubenshibu/css-components" class="btn"
40+
>⚡ Github
41+
</a>
42+
</div>
43+
</div>
44+
</div>
45+
</section>
46+
<section class="items">
47+
<div class="container-fluid">
48+
<!-- your name -->
49+
<!-- Add your html content that you have copied from contributors.md along with you component -->
50+
</div>
51+
</section>
52+
<footer>
53+
<p>made with 💛 by, <br /><strong>CS CHAPTER AJCESB</strong></p>
54+
</footer>
55+
<script src="../js/index.js"></script>
56+
</body>
57+
</html>

0 commit comments

Comments
 (0)