From 58c3ab2eee18a8fed538f098081af1103ec30510 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 21:38:06 +0100 Subject: [PATCH] Update style.css --- css/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 9b6f585..7a89c70 100755 --- a/css/style.css +++ b/css/style.css @@ -103,9 +103,17 @@ .full.image-bg-1 { background-image: url(../images/@stock/image-bg.jpg); } -.overlay { - padding: 100px 0 200px; - background: rgba(34, 34, 34, 0.85); } +.overlay:before { + position: absolute; + content:" "; + top:0; + left:0; + width:100%; + height:100%; + display: block; + z-index:0; + background-color: rgba(52,153,112,0.8); +} .no-padding { padding: 0; }