From 198ba090738bc73f48b7d98763e93efe6959b4ce Mon Sep 17 00:00:00 2001 From: francois-gm Date: Thu, 15 Jan 2026 17:40:21 +0100 Subject: [PATCH] some new styling and content --- index.html | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index b7d34aa..0e5f57d 100644 --- a/index.html +++ b/index.html @@ -11,32 +11,27 @@
-

WELCOME TO MY PAGE

- +

Just another webpage

+
- /\_/\ - ( o.o ) - > ^ < + -- ----- + ... ..!.. + ... ..!.. + .......... + .......! + ... ..! + ... ..!
-

About me

+ + (too many content) -

Hi, I’m CHANGE ME.

- -

I’m into CHANGE ME.

- -

Right now I’m thinking about: CHANGE ME.

- -

- If you want to see something I like, click - CHANGE ME (your link). -

@@ -49,16 +44,11 @@ body { margin: 0; - font-family: Arial, Helvetica, sans-serif; - color: black; + font-family: Comic Sans, sans-serif; + color: blue; /* striped background */ - background: - repeating-linear-gradient(45deg, - yellow 0px, - yellow 14px, - pink 14px, - pink 28px); + background-color:#0F0; } .wrap {