+ 1
How to make a proper list in HTML?
I have two questions... 1. I am making my website and on my top navbar all the buttons are stuck to the top of the navbar, leaving tons of space below.. so it looks awful. How would i position them half in between the top and half in between the bottom? 2. I have a logo in the middle of my navbar and I want to use media queries to make it disappear when the user is on a phone, how would I do so?
2 Antworten
+ 2
Kyle please post the link to the code if you saved it, that way we could help with it
+ 1
So easy......
<ul>
<li>thing in list</li>
</ul>
..........add items in li tag