From ebf9e4384dba5b2767687d67c20af92234e39b92 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Tue, 21 Jul 2020 12:44:53 +0100 Subject: [PATCH] css --- style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 078981e..fde1a90 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,7 @@ body { overflow-y:scroll; margin:4em; width:80%; + margin:auto; } a { @@ -13,7 +14,25 @@ a { text-decoration:none; } a:hover { - color:#b4f; + color:#f39090; +} + +#post-list { + //background-color:aqua; + margin:auto; + padding:2em; + border-bottom:1px solid #333 +} + +#post-list-item { + //background-color: green; + width:80%; + margin:auto; + padding:.2em +} + +#post-list-item:hover { + background-color: #2d2d2d; } header { -- 2.20.1