From 53085b129255b9c2935c727b4ebc9bb30c9572e3 Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Tue, 14 Aug 2018 11:28:28 +0530 Subject: [PATCH] minor change --- css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/custom.css b/css/custom.css index a908917..b646fca 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1375,4 +1375,11 @@ table { opacity: 0.8; filter: alpha(opacity=80); /* For IE8 and earlier */ } + #front { + background-image: url(/images/mock_up_background.jpg); + background-repeat: no-repeat; + /*background-size: cover;*/ + background-attachment: scroll; + background-size: 400% auto; + } } \ No newline at end of file -- 2.0.0