removed bg image from index html; css displays bg as bg of the div
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
+1
-3
@@ -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>
|
||||
</div>
|
||||
|
||||
<div class="bg">
|
||||
<img class="img-bg-home" src="static/img/bg/homeBG.png" alt="background image of nothing">
|
||||
</div>
|
||||
<div class="bg"> </div>
|
||||
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user