We're a place where coders share, stay up-to-date and grow their careers.
I still use float:left/right for ul li all the time.
float:left/right
ul li
I guess we don't know the context, but display:inline-block is an alternative which you can combine with text-align:left/right
display:inline-block
text-align:left/right
Why not bootstrap class unstyled?
I’ve never used Bootstrap, and have never found the inspiration or desire to try it.
I still use
float:left/right
forul li
all the time.I guess we don't know the context, but
display:inline-block
is an alternative which you can combine withtext-align:left/right
Why not bootstrap class unstyled?
I’ve never used Bootstrap, and have never found the inspiration or desire to try it.