add files

This commit is contained in:
2026-01-08 20:24:07 +03:00
commit 96cba8f9f1
25 changed files with 1523 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.pagination {
margin-top: 2rem;
margin-bottom: 2rem;
}
.nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.page-numbers {
padding: 8px 12px;
background: #f5f5f5;
border-radius: 4px;
text-decoration: none;
color: #333;
}
.page-numbers.current {
background: #333;
color: #fff;
}
.page-numbers:hover {
background: #ddd;
}