From a0b510397891bfed859503c284128d2a5d40d16f Mon Sep 17 00:00:00 2001 From: BOUSSON Date: Tue, 25 Jun 2024 20:26:53 +0200 Subject: [PATCH] =?UTF-8?q?pagination=20faite,=20j'ai=20pas=20s=C3=A9par?= =?UTF-8?q?=C3=A9=20le=20css=20oupsi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onzer.riot | 92 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 64 insertions(+), 28 deletions(-) diff --git a/onzer.riot b/onzer.riot index 406211b..04179e0 100644 --- a/onzer.riot +++ b/onzer.riot @@ -1,12 +1,12 @@
- - - + + +
@@ -20,21 +20,29 @@
-
+

{ album.name }

+ + @@ -116,5 +134,23 @@ border-color: #6EE7B7; width: 32%; } + .pagination { + display: flex; + justify-content: center; + align-items: center; + margin-top: 16px; + } + .pagination button { + background-color: #6EE7B7; + border: none; + border-radius: 4px; + padding: 8px 16px; + margin: 0 8px; + cursor: pointer; + } + .pagination button:disabled { + background-color: #D1FAE5; + cursor: not-allowed; + }