Athena's blog

Note 1 from 2022-09-07

Athena Lilith Martin

Published on

Is there any significant difference between ul {display: flex;} and li {display: inline;}? The latter seems to require less additional work to remove the list markers, pad the items out, etc.

I might switch my navbar from flexbox to inline, quick testing doesn't seem to show any problems stemming from doing that...

Tagged: