removed bg image from index html; css displays bg as bg of the div

This commit is contained in:
Mimi Momo
2020-09-30 21:20:39 -05:00
parent fc71b4ea39
commit eb24ab0b0a
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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;
}