Jump to content

Module:Pagination/styles.css

From Simple English Wikipedia, the free encyclopedia
Revision as of 08:06, 7 June 2025 by Codemini (talk | changes) (+more styles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.prev-btn {
 background-color: rgb(0,0,255);
 color: black;
 font-weight: bold;
 font-size: 15px;
 padding: 5px;
 border-radius: 5px;
}

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