From 6c5f36836b0016179847c2f7880ac3adf863d0cc Mon Sep 17 00:00:00 2001 From: Akif9748 Date: Sat, 17 Sep 2022 01:15:04 +0300 Subject: [PATCH] Footer position is finally fixed, and ips for user --- public/css/common.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index 20ed132..1c967c3 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -6,7 +6,10 @@ body { margin: 0; - font-family: Poppins; + font-family: Poppins; + min-height: 400px; + margin-bottom: 100px; + clear: both; } a { @@ -202,11 +205,12 @@ select option { .footer { width: 100%; - margin-top: 10px; background-color: var(--main); padding: 10px; + bottom: 0; color: white; display: flex; + position: fixed; justify-content: space-between; align-items: center; } \ No newline at end of file