From 33c5e41087f95577540092231964d442d8d627dd Mon Sep 17 00:00:00 2001 From: janrippl Date: Thu, 13 Feb 2025 10:45:32 +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 | 556 ++++++++++++++++++++++++++++++++++++++++++++++++++++- style.css | 5 + 2 files changed, 556 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fc5a973..d7be412 100755 --- a/index.html +++ b/index.html @@ -1,7 +1,6 @@ - White | responsive bootstrap3 html5 one page template @@ -12,16 +11,21 @@ -
+
+ +
+ + +
-
+
-

AREA-51 · CZ!

+

AREA—51 · CZ

@@ -30,5 +34,547 @@ I wanted to make a Gooey Marquee type effect, tried a couple of things, and ended up using two layers of text, one with the effect, and a clean one on top so that the text remains readable.

+
+ +
+ diff --git a/style.css b/style.css index ec9ceed..2f2112a 100755 --- a/style.css +++ b/style.css @@ -14,6 +14,11 @@ body { font-size: 24px; } +.glow { + background-color: white; /* for the 1px in the center */ + box-shadow: 0 0 50px 70px white; +} + .content { width: 95%; max-width: 40ch;