I actually put some effort forward this time.  ignore everything from previous edit
the display property's inline-blocks is probably what you want to use.
Here is a thorough guide on how to use it
And here's a brief demo
li {
    width: 200px;
    display: inline-block;
}