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

small-nav
Mimi Momo 4 years ago
parent fc71b4ea39
commit eb24ab0b0a

@ -150,7 +150,7 @@ mark {
.bg { .bg {
grid-area: 3 / 3 / 4 / 6; grid-area: 3 / 3 / 4 / 6;
background-color: #C70039; 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; width: 650px;
height: 457px; height: 457px;
} }

@ -3,9 +3,7 @@
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter"></a> <a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter"></a>
</div> </div>
<div class="bg"> <div class="bg"> </div>
<img class="img-bg-home" src="static/img/bg/homeBG.png" alt="background image of nothing">
</div>
<div class="footer-row"> </div> <div class="footer-row"> </div>

Loading…
Cancel
Save