Jump to content

Module:Pagination/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Codemini (talk | contribs)
Style sheet for Pagination
(No difference)

Revision as of 18:04, 25 May 2025

#pagination .prev-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
#pagination .next-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}