<style>
._1{
  height:20%;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
</style>
<div class="_1">content</div>
how to make content align at the middle of the div? thanks. demo
Edit: Height is % not px. I set line-height: 20% but it's not work.
 
     
     
     
    