From d857aa679eeb84652540f23b518db5e98f778e99 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 24 Sep 2025 07:36:40 +0000 Subject: [PATCH] v1 --- assets/css/custom.css | 41 +++++++++++++ index.php | 136 ++++-------------------------------------- 2 files changed, 52 insertions(+), 125 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..e470a72 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,41 @@ +body, html { + height: 100%; + margin: 0; + background-color: #000; + color: #fff; + font-family: 'Press Start 2P', monospace; + display: flex; + justify-content: center; + align-items: center; + text-align: center; +} + +.container { + display: flex; + justify-content: center; + align-items: center; + height: 100%; +} + +h1 { + font-size: 3rem; + text-shadow: 4px 4px 0px #555; + animation: flicker 1.5s infinite alternate; +} + +@keyframes flicker { + 0%, 18%, 22%, 25%, 53%, 57%, 100% { + text-shadow: + 0 0 4px #fff, + 0 0 11px #fff, + 0 0 19px #fff, + 0 0 40px #0fa, + 0 0 80px #0fa, + 0 0 90px #0fa, + 0 0 100px #0fa, + 0 0 150px #0fa; + } + 20%, 24%, 55% { + text-shadow: none; + } +} \ No newline at end of file diff --git a/index.php b/index.php index 6f7ffab..87343ed 100644 --- a/index.php +++ b/index.php @@ -1,131 +1,17 @@ - - + - - - New Style - - - - + + + Hello World! + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+
+

Hello World!

-
- - + \ No newline at end of file