From cabb4973c4de2fb54d8c4e8851f39bd133b3176c Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 21:10:16 +0100 Subject: [PATCH] Update style.css --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index 41cba89..c3bb14d 100755 --- a/css/style.css +++ b/css/style.css @@ -47,6 +47,15 @@ .full.light { color: #fff; } +.full.works { + background-image: url(../images/@stock/works-header.jpg); + background-size: auto; } + +.full.works.overlay { + background: rgba(51,153,112,0.8); + overflow: hidden; + height: 100%; } + .full.brown { background: #AB8860; }