From 95e44300f04816c08f2ca5a3dffb73540efeb004 Mon Sep 17 00:00:00 2001 From: tmitche2 Date: Tue, 4 Feb 2020 20:39:29 -0500 Subject: [PATCH] tired of my CSS errors lol --- cce_search/static/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cce_search/static/styles.css b/cce_search/static/styles.css index c637083..d49c013 100644 --- a/cce_search/static/styles.css +++ b/cce_search/static/styles.css @@ -1,8 +1,11 @@ - +body, html { + height: 100%; +} .bg{ /* background-image: url("background-gray.png"); */ - background: url('books.jpg') no-repeat center center fixed; - height:100vh; + background: url('books.jpg'); + height:100%; + width:100% }