Created
February 6, 2022 05:19
-
-
Save hazho/e8e0c76717872c1a74a1dfb29768f46d to your computer and use it in GitHub Desktop.
a customized Paginator Navbar (For Wagtail CMS)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related CSS:
ul.pagination {box-shadow: 0 0 4px 2px grey, 0 0 4px 2px green;display: flex;justify-content: space-between;align-items: center;width: 400px}
ul.pagination, ul.pagination * {background-color: var(--main_color);color: var(--main_bg_color);}
nav.pagination_nav {position: fixed;top: 90vh;left: 35vw;}