list elements vertically in html

66

li {
   display: inline-block;
}
.list-item
{
    float: left;
    clear: left;
}

Comments

Submit
0 Comments