Answer the question
In order to leave comments, you need to log in
Press the divs inside the div to the bottom, how to implement?
Hello, I can not help but press the divs inside the div to the bottom.
<div class="conr">
<div class="podelitsya"></div>
</div>
основной див
.conr{
width: 810px;
float: left;
display: inline-block;
position:relative;
min-height:100%;
}
див который внутри основного дива
.podelitsya{
position:absolute;
left:0;
bottom:0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question