"page switcher"
Bootstrap 4.0.0 Snippet by furkanunsa1

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<ul class="sayfalama">
<a href="#"><li class="yazi"><i style="color:#0D8C40;" class="fas fa-arrow-alt-circle-left"></i> Before</li></a>
<a href="#">
<li class="sayilar">1</li></a>
<a href="#">
<li class="sayilar">2</li ></a>
<a href="#">
<li class="sayilar">3</li></a>
<a href="#">
<li class="sayilar">4</li></a>
<a href="#">
<li class="sayilar">5</li></a>
<a href="#"><li class="sayilar">...</li></a>
<a href="#"><li class="sayilar">999</li></a>
<a href="#"><li class="yazi2">After <i style="color:#0D8C40;" class="fas fa-arrow-circle-right"></i></li></a>
</ul>
<!-- FURKAN UNSAL : INSTAGRAM > furkanunsa1 !-->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.sayfalama{
font-family: 'Titillium Web', sans-serif;
width: 1000px;
margin-right: auto;
margin-left: auto;
}
.sayilar {
list-style-type: none;
float: left;
width: 30px;
margin-right: 1px;
width: 42px;
height: 25px;
line-height: 25px;
text-align: center;
color: black;
-webkit-transform: skew(-20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
border-right:solid 1px gray;
}
.sayilar:hover{
background-color: #0D8C40;
color: #FFF;
}
.yazi{
list-style-type: none;
float: left;
width: 300px;
margin-right: 15px;
width: 100px;
height: 25px;
line-height: 25px;
text-align: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
console.log("<!-- FURKAN UNSAL : INSTAGRAM > furkanunsa1 !-->");
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: