1
How do I make that fund not repeat itself? html:
<div class="col-md-12">
<div class="panel panel-default sharp">
<div class="conteudo_me">
</div>
</div>
</div><!-- /.col-md-12 -->
css:
.conteudo_me {
background: url(../img/view.png);
height:255px;
width:100% auto;
background-position: 0px 280px;
}
When I put backgroun-repeat, the image disappears.
– misakie
I used your background here and it worked right... Call me in skype, I can help you better. gu_bat
– Gustavo Henrique