From 61a68b47d70b0b5246ef3a85f0002d7c60256c46 Mon Sep 17 00:00:00 2001 From: Raine Date: Mon, 16 Oct 2023 01:36:03 +0200 Subject: [PATCH] feat: footer --- public/index.html | 3 +++ public/obj/css/main.css | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index 22bb0df..044e5ed 100644 --- a/public/index.html +++ b/public/index.html @@ -31,5 +31,8 @@
+ \ No newline at end of file diff --git a/public/obj/css/main.css b/public/obj/css/main.css index 048d91f..5890e7d 100644 --- a/public/obj/css/main.css +++ b/public/obj/css/main.css @@ -18,6 +18,12 @@ body { background-color: #f0f0f0; } +#footer { + color: #ffffff44; + display: grid; + justify-content: center; +} + body > * { width: 50%; padding: 1rem 2rem;