Hi you define text align justify in you li as like this
css
ul {width:100%}
ul li {width:25%;
list-style:none;
display:inline-block;
text-align:justify;
margin:2px;
background:yellow;
word-wrap: break-word;
}
HTML
- Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere
- Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere Demo text hrere
- DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
Live demo here http://jsfiddle.net/rohitazad/8UakC/8/