From 39aabd9368cd5ed39c02fbd914b922670760341b Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 22 Feb 2025 00:52:17 +0100 Subject: [PATCH] some styling for footer --- index.html | 36 ++++++++++++++++++++++-------------- style.css | 12 ++++++++++++ 2 files changed, 34 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index c3064b3..629beac 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,25 @@ - - - - - mira's site - - -
-

hii :3

-
- - + + + + + + + + + mira's site + + + +
+

hiii :3

+
+ + + diff --git a/style.css b/style.css index 8b13789..45587da 100644 --- a/style.css +++ b/style.css @@ -1 +1,13 @@ +.button { + width: 88px; + height: 31px; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-optimize-contrast; +} +#footer { + display: table; + text-align: center; + margin-left: auto; + margin-right: auto; +} \ No newline at end of file