aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-12-07 16:01:58 +0000
committerterminaldweller <thabogre@gmail.com>2021-12-07 16:01:58 +0000
commit271db96a220e7ad288894461e2dad9577824f86d (patch)
tree6fdc6ec5426e4bfcf270840d59e3b27ed64cbbb1 /css
parentchanges the layout of the blog (diff)
downloadblog-271db96a220e7ad288894461e2dad9577824f86d.tar.gz
blog-271db96a220e7ad288894461e2dad9577824f86d.zip
fixed the style issue. footers are now ok
Diffstat (limited to 'css')
-rw-r--r--css/master.css12
1 files changed, 12 insertions, 0 deletions
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;
+}