Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
html {
font-family: "Arial", sans-serif;
font-size: 12px;
}
body {
display: flex;
align-items: center;
}
.pager__item {
display: inline-block;
vertical-align: top;
font-size: 15px;
font-weight: bold;
margin: 0 2px;
}
.pager__item.active .pager__link {
background-color: #7a0052;
color: #fff;
text-decoration: none;
}
.pager__link {
position: relative;
border-radius: 5px;
display: block;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
color: #2f3640;
text-decoration: none;
transition: 0.2s;