From 591b61e8b06ad01299705017092d4070e79fa918 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 9 Mar 2025 22:46:17 +0200 Subject: [PATCH] Update index.html --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9498c67..7764578 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,17 @@ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; font-family: Arial, sans-serif; } .header { + position: absolute; + top: 0; + left: 0; + width: 100%; background: rgba(0, 0, 0, 0.7); color: white; text-align: center; padding: 15px; font-size: 24px; font-weight: bold; - position: relative; - overflow: hidden; + z-index: 10; } .header span { display: inline-block;