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 --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'style.css') 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