From fba265e8bcca4f17fd9bde5674eec838a4604dfc Mon Sep 17 00:00:00 2001 From: Zane V Date: Fri, 10 Apr 2026 11:14:57 +0000 Subject: [PATCH] add blog class in css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 90b6f00..16f36b3 100644 --- a/style.css +++ b/style.css @@ -140,4 +140,12 @@ ul li::marker { #flood { z-index: -2; +} + +.blog { + color: #fff; + padding: 20px; + text-align: center; + max-width: 800px; + z-index: 1; } \ No newline at end of file