From 0814ce7a0eca919d97ceaf0b96346dfc950c8df0 Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 15 Jan 2024 23:44:35 +0100 Subject: feat: sections for the dates --- dates.html | 9 +++++++++ style.css | 13 +++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dates.html b/dates.html index 8392ce0..ee1e719 100644 --- a/dates.html +++ b/dates.html @@ -12,6 +12,7 @@ Nos dates
+

Passées :

Rencontres musicales

@@ -19,6 +20,14 @@

19 août 2023
Entrée libre

+

A venir :

+
+

Big Teuf
--
Ecole de musique de Charly

+
+
+

22 juin 2024
Entrée libre

+
+
diff --git a/style.css b/style.css index 3172af1..d994518 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,15 @@ nav a:hover{ color: #ffffff; } +.content h2 { + width: fit-content; + margin: auto; + margin-top: 5px; + margin-bottom: 5px; + background-color: #222b; + box-shadow: 0px 0px 5px 5px #222b; +} + .button{ margin-top: 5px; margin-right: auto; @@ -133,6 +142,10 @@ div.zikos:nth-child(even) .desc{ align-items: center; } +.date-desc { + text-align: left; +} + .return{ margin: auto; border-width: 3px; -- cgit v1.2.3 From ccd8b0380afdaec7402f7f17897e7b2ea504ac8a Mon Sep 17 00:00:00 2001 From: marcellus Date: Tue, 16 Jan 2024 00:05:27 +0100 Subject: feat: added a line on index --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 43997af..052ca9a 100644 --- a/index.html +++ b/index.html @@ -13,5 +13,6 @@

Nos dates

+ Fait avec ❤️ par Martial -- cgit v1.2.3