I'm making a nav bar for my neocities - for some reason, the only time when my nav bar will align itself horizontally when the only detail is "display:inline." Any other variable makes it vertical again.
Here's the full snippet:
<style>
nav {
}
li {
display:inline
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )