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