From 271db96a220e7ad288894461e2dad9577824f86d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 7 Dec 2021 19:31:58 +0330 Subject: fixed the style issue. footers are now ok --- css/master.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'css') diff --git a/css/master.css b/css/master.css index fd79a28..8b2e1fc 100644 --- a/css/master.css +++ b/css/master.css @@ -41,3 +41,15 @@ a { color: #005f87; text-decoration: none; } + +hr { + color: #005f87; +} + +.left-footer { + float: left; +} + +.right-footer { + float: right; +} -- cgit v1.2.3