0
Nav bar
how do you make a navigation bar green and how do you move it to the right?
5 Answers
+ 8
What have you tried?
+ 6
checkout this
https://code.sololearn.com/WFiaqIoo3vjM/?ref=app
note:ănot green coloră
btw you can edit this code
click on left corner to view nav bar
+ 6
https://code.sololearn.com/Wkg3bxQSIAQO/?ref=app
For navigation bar u can take help from my this code.....
+ 1
On line 18, replace your current div with this one:
<div style="background-color: green; "class="container-fluid">
Should be fixed when you run it.
+ 1
thank you