How to add navbar background color? give me code help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add navbar background color? give me code help me?

help me

13th Mar 2019, 5:18 PM
Aniket Ahir
Aniket Ahir - avatar
3 Answers
+ 5
Two ways inline <nav style="background-color:#f00;"> </nav> Or css as nav { background-color:#0f0; }
13th Mar 2019, 5:24 PM
BroFar
BroFar - avatar
+ 3
As BroFarOps©®️™️the 🐱 mentioned, you can style your navbar with either a style attribute or by using an external CSS stylesheet. Also, within the <style> ... </style> tags.
13th Mar 2019, 7:10 PM
Josh
Josh - avatar
0
nav { background-color:red; }
14th Mar 2019, 8:21 PM
zubAyr Alee
zubAyr Alee - avatar