+ 2
How do i make a nav bar align horizontally
5 Respuestas
+ 2
nav{border-style:solid;align:horizontal;}
<nav > 
 <ul >
 	<li>page 1</li>
     <li>page 2</li>
     <li>page 3</li>
 </ul>
</nav
+ 1
Without your code that will be complicated to explain...
+ 1
nav{border-style:solid;align:horizontal;}
<nav > 
 <ul >
 	<li>page 1</li>
     <li>page 2</li>
     <li>page 3</li>
 </ul>
</nav
+ 1
try to use this css:
ul{float: left;}
0
 trying to align the ul from fright to left under a header tag I want it to have a width of 100% 



