From a1c3b2b5d2bf57d33a81178be09e60996e180cc8 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Thu, 22 Mar 2018 13:11:00 +0100 Subject: [PATCH] semi transparent background to div.content --- 05/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/style.css b/05/style.css index ca846e5..8390087 100644 --- a/05/style.css +++ b/05/style.css @@ -27,7 +27,6 @@ h1 { h1 { font-size: 80px; margin-top: 0px; - margin-bottom: -30px; } @@ -65,6 +64,7 @@ div.content{z-index:20; width: 75%; margin-left: auto; margin-right: auto; + background: #fffc; } /* child elements of div.content */