me help in css just fix this img
it's not working the icon in nav!
6 Replies
Do you have an example of what you're trying to do?
I'm assuming you want the image aligned in the navbar with the other items. In this case, everyting you have under
.navbar img
is uneccessary as it's brute-forcing the image to be unaligned. Remove that, set a max-width
value, maybe the 75px you have in your height
, and you should be good to go. You're using display: flex
, so everything will already line up. Don't set explicit heights. Hope this helps.im saying about fix
and looks like hide "Home" but ins't working
but i changed that thanks so still not working this i said about
@Rebecca can u see for example photo, do u understand that?
the image has position absolute
use grid on the
nav
, wrap the links in an <ul>
and then a <li>
for each link
it's a very common arrangement