CSS
<style type="text/css">
.background-img {
width: 500px;
height: 300px;
background: url(background.jpg) left top no-repeat;
}
</style>
HTML
<div class="background-img"></div>
<style type="text/css">
.background-img {
width: 500px;
height: 300px;
background: url(background.jpg) left top no-repeat;
}
</style>
HTML
<div class="background-img"></div>
0 comments:
Post a Comment