From 779c751499cb82a3dad2fe7ab71a5bcb5e5941a2 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Thu, 19 Mar 2026 17:01:44 +0100 Subject: [PATCH] home: add welcome text --- static/style.css | 9 ++++++++- templates/partials/index.html | 30 +++++------------------------- 2 files changed, 13 insertions(+), 26 deletions(-) diff --git a/static/style.css b/static/style.css index a29ba15..725de8c 100644 --- a/static/style.css +++ b/static/style.css @@ -71,6 +71,13 @@ navbar { color: inherit; } } +} - +/* Home */ +home-content { + display: flex; + flex-direction: column; + flex-wrap: wrap; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/templates/partials/index.html b/templates/partials/index.html index f89c5d7..77a2114 100644 --- a/templates/partials/index.html +++ b/templates/partials/index.html @@ -1,25 +1,5 @@ -

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

-

Bonjour

\ No newline at end of file + + + A welcome text in pink + + \ No newline at end of file