Skip to content

Instantly share code, notes, and snippets.

@seriiserii825
Created July 31, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seriiserii825/29b64b0e5ad7236e6eb956ed37a78bf9 to your computer and use it in GitHub Desktop.
Save seriiserii825/29b64b0e5ad7236e6eb956ed37a78bf9 to your computer and use it in GitHub Desktop.
pagination styles
.nav-links {
margin-left: 30px;
}
.nav-links .page-numbers {
display: inline-flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
text-decoration: none;
color: #254796;
background: transparent;
border: 1px solid #254796;
transition: all .6s;
}
.nav-links .page-numbers.current {
color: white;
background: #254796;
}
.navigation.pagination {
margin-top: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment