Skip to content

Commit c1d464b

Browse files
committed
add css to pagination
1 parent 998eb24 commit c1d464b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css/pagination.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* James K Jose */
2+
.pagination-jkj {
3+
display: inline-block;
4+
}
5+
6+
.pagination-jkj a {
7+
color: black;
8+
float: left;
9+
padding: 8px 16px;
10+
text-decoration: none;
11+
}
12+
13+
.pagination-jkj a.active {
14+
background-color: #4CAF50;
15+
color: white;
16+
border-radius: 5px;
17+
}
18+
19+
.pagination-jkj a:hover:not(.active) {
20+
background-color: #ddd;
21+
border-radius: 5px;
22+
}

0 commit comments

Comments
 (0)