Hi there,
I’m new to coding and I am having trouble with the nav bar, I would like to make the background the same as the main image. I have followed a tutorial from Youtube, but still can’t figure were I am going wrong?
Hi there,
I’m new to coding and I am having trouble with the nav bar, I would like to make the background the same as the main image. I have followed a tutorial from Youtube, but still can’t figure were I am going wrong?
Try this:
.navbar {
background-color: transparent;
}