+ 2
How to shift navigation bar yo the right side of page in website using Html & Css?
I have tried Float, align,etc. Didn't work. Please answer this question with example. My website's code is given Check it out and solve my problem. It will be a big help. Thank you:-) https://code.sololearn.com/WxHNE44etKUl/?ref=app
1 Antwort
+ 2
ul li{
float: right;
}
😊