Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div class="center-div">
     <span>
          hihihihihihihihihihihi
       hihihihihihihihihihihihihihihi
 ellipsis;
     </span>
</div>
 
div.center-div
{
    display: table;
    table-layout:fixed;
    margin:0 auto;
   
}
div.center-div span
{
    display:table-cell;
    max-width:300px;
    height:100px;
    vertical-align:middle;
  background :red;
text-align:center;  
 word-wrap:break-word;
}
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers