From ffcf06394a6ed0c2d2f21979f645e9b549f667ab Mon Sep 17 00:00:00 2001 From: chunk Date: Sat, 8 Jan 2022 07:55:24 -0700 Subject: [PATCH] Changed CSS for the blog to represent the intended font, changed a couple of other CSS properties --- blog/blog.css | 14 ++++++++++++-- blog/index.html | 4 +++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/blog/blog.css b/blog/blog.css index dd45436..1c8f100 100644 --- a/blog/blog.css +++ b/blog/blog.css @@ -26,7 +26,9 @@ body { background-color: #181728; color: aqua; } - +#divbody { + margin-bottom: 15px; +} hr{ color: #123321; } @@ -92,8 +94,16 @@ header { margin-top:24px;margin-bottom:24px;text-align:center; } .subtitle { - font-size:small;margin:12px 0px; + font-size:small; + margin:12px 0px; + color: #CFCFCF; } .content p { margin-left:24px;margin-right:24px; +} +.ablack { + padding-top: 8px; + padding-bottom: 3px; + margin-left: 0; + padding-left: 0; } \ No newline at end of file diff --git a/blog/index.html b/blog/index.html index 6137f30..9380d25 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,9 @@ -GRU's blog +GRU's Blog + +