css min height

CSS
  
    p.ex1
 {

   min-height: 200px;

 }
  
 div {
	min-height: 200px;
}
Source

Also in CSS: