I’m trying to move my image to the left in my navigation bar, but using “float:left” doesn’t work. I have to use margin-right for it to move to the right, but doing it this way I dont’t know if its going slightly off the div or not. I will greatly appreciate any help. here is a link to my project and my css https://codepen.io/icewizard/pen/owzJyg
my bad, I meant I want to move my image to the left near the border of my navigation bar. I can do that using margin-right, but I don’t know ifits going over my navigation bar that way or if its directly at the end of the bar. Is there any way I can do this? Float:left; isn’t working
I made a mistake, meant to say how to move it to the left. I can use margin-left but I want my image directly on the end of the border of my navigation bar, but if I do it with margin-left I don’t know if its going off of the navigation bar or not. Float:left isnt working. Is there any other way I can do this?