How to I structure the html tags to enable me style "Home" different from others | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to I structure the html tags to enable me style "Home" different from others

I want align Home to the left and others to the right. https://code.sololearn.com/WTlc6HuByPZH/?ref=app

3rd May 2020, 5:22 PM
Iwasam Enya
Iwasam Enya - avatar
4 Answers
3rd May 2020, 5:39 PM
Ore
Ore - avatar
+ 1
Use a class like you used in your div your div had a class "eny" you can also add classes to any other tags add a class attribute to your <a> like <a class="home" href="#">home<a> other ways include targeting the first child of your div element
3rd May 2020, 5:27 PM
Agent
Agent - avatar
0
It's of all solutions possibles https://code.sololearn.com/WwKw4k7M7z91/?ref=app
3rd May 2020, 5:29 PM
HEUBA BATOMEN Franck Duval
HEUBA BATOMEN Franck Duval - avatar
0
Heuba Batomen I don't understand this css 9th child..... can you recommend a topic or subheading in css where I can read it up?
3rd May 2020, 5:36 PM
Iwasam Enya
Iwasam Enya - avatar