If I want to add a telephone number to my nav bar but have it on the opposite side of “home” “contact” etc. how would I move it?
have you considered using float
css property:
if you want help with actually building this, share the code you have so far
of course replace the phone number with something bogus for privacy reasons
2 Likes
why a div
within the unordered list? i recommend removing the div
i would also make Home.html, News.html and so all lowercase (so home.html), which is much more common practice
i would make two unordered lists, one for the elements on the left, and one unordered list for the elements on the right. then you can apply float: left and float: right
2 Likes