From b33aeb24485adb6d9fbf0ce420867832a8f31bdf Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 30 Jun 2020 23:11:50 -0400 Subject: [PATCH] Update stylesheet.css --- stylesheets/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index de5dbbc7..07455184 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -349,6 +349,8 @@ p.banner { background: -ms-linear-gradient(top, #f2f2f2, #007edf); background: -o-linear-gradient(top, #f2f2f2, #007edf); background: linear-gradient(top, #f2f2f2, #007edf); + background-image: url("images/header-bkg.png"); + background-size: cover; } #header_wrap .inner {