Friday, June 8, 2018

DIV Paragraph with scroll

.divhtml {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #87B0CA;
    border-radius: 8px 2px 2px 6px;
    padding: 10px;
    margin-right: 7px;
}


<div class="divhtml">
test testtest testtest test
test testtest test
test test
test test
</div>

No comments:

Post a Comment

javascript Filter/index off

 var family = [{"name":"Jack",  "age": 26},               {"name":"Jill",  "age"...