From eb24ab0b0a91c8180d2727efa8039a39e15d4422 Mon Sep 17 00:00:00 2001 From: Mimi Momo Date: Wed, 30 Sep 2020 21:20:39 -0500 Subject: [PATCH] removed bg image from index html; css displays bg as bg of the div --- src/static/css/index.css | 2 +- src/views/index.tpl | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/static/css/index.css b/src/static/css/index.css index e61b979..dc32be0 100755 --- a/src/static/css/index.css +++ b/src/static/css/index.css @@ -150,7 +150,7 @@ mark { .bg { grid-area: 3 / 3 / 4 / 6; background-color: #C70039; - background-image: url(http://images.verpets.com/pets/peesh/peesh_viral_2.png); + background-image: url(../img/bg/homeBG.png); width: 650px; height: 457px; } diff --git a/src/views/index.tpl b/src/views/index.tpl index 733277a..7e5ca37 100644 --- a/src/views/index.tpl +++ b/src/views/index.tpl @@ -3,9 +3,7 @@ link to developer's Twitter -
- background image of nothing -
+