How can place the selectors in the navigation Var in the same line please | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How can place the selectors in the navigation Var in the same line please

logo .home .about .portfolio .contact https://code.sololearn.com/WLNbITYnfiQg/?ref=app

11th Apr 2020, 3:00 PM
Amal Gil
Amal Gil - avatar
1 Antwort
+ 1
by deleting the css you wrote to nav class. Add this to the css file. .nav_bar ul { display:block; } .nav_bar ul li { display:inline-block; } the cointaner div is not closed.
11th Apr 2020, 3:09 PM
Abdulloh Olimov
Abdulloh Olimov - avatar