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; +}