CSS Height Basic
Preview
Code
<style>
.box{
height:120px;
background:#fde68a;
padding:10px;
}
</style>
<div class="box">Height example</div>
<style>
.box{
height:120px;
background:#fde68a;
padding:10px;
}
</style>
<div class="box">Height example</div>