From 8b7ca56a6326d57ad67262be0f93882a738692ec Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 29 Jan 2024 22:10:00 +0300 Subject: [PATCH] Add nice homepage --- root/index.html | 5 ++++- root/style.css | 18 +++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/root/index.html b/root/index.html index 75262d9..fd198ab 100644 --- a/root/index.html +++ b/root/index.html @@ -3,9 +3,12 @@ + Nakidai - This is my homepagu UwU. +
+ This is my homepage UwU. +
\ No newline at end of file diff --git a/root/style.css b/root/style.css index d20f2e7..0467c72 100644 --- a/root/style.css +++ b/root/style.css @@ -1,4 +1,16 @@ -html { - color: green; - background: red; +html, body { + height: 100%; + margin: 0; + padding: 0; } + +.center { + color: lightgreen; + background-color: red; + + height: 100%; + + display: flex; + justify-content: center; + align-items: center; +} \ No newline at end of file