From fa556464e8c9233da05c55f10a4b55a5ef6849c8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 24 Jan 2025 18:02:11 +0100 Subject: [PATCH] serif --- rtfd/public/html/index.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index e69de29..efdcd77 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -0,0 +1,17 @@ +body { +background-color: #f0f; +font-family: sans-serif; +} + +header { +text-align: start; +} + +h1 { +color: #ff0000; +text-align: center; +} + +footer { +text-align: end; +}