From c987c31eb2331f6a683dab5f37647ffd1e4bb86d Mon Sep 17 00:00:00 2001 From: janrippl Date: Thu, 13 Feb 2025 11:38:48 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20souboru=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- style.css | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c897f9c..626b81d 100755 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -29,6 +29,7 @@
+
diff --git a/style.css b/style.css index 086dd3f..b692b57 100755 --- a/style.css +++ b/style.css @@ -14,6 +14,27 @@ body { font-size: 24px; } +/* unvisited link */ +a:link { + color: white; +} + +/* visited link */ +a:visited { + color: white; +} + +/* mouse over link */ +a:hover { + color: white; + font-weight: bold; +} + +/* selected link */ +a:active { + color: white; +} + .glow { background-color: white; /* for the 1px in the center */ box-shadow: 0 0 50px 70px white; @@ -79,6 +100,8 @@ body { .text { margin-block: 2em; padding: 2rem; + filter: blur(0.8px); + text-shadow: 2px 2px 4px #000000; } /* -- paprsky -- */