Nikki
New member
Here's a visual of what I'm struggling with (I'm sure it's super easy, I'm brand new to this). I've set my nav bar to have the green background colour, and prior to doing this I had applied a background colour to the entire <body>, where I wasn't having this problem. Body margin is set to 0 as far as I can tell using the following snippet:
HTML,
body {
margin: 0;
padding: 0;
}
Can post full code in the replies if need be, mainly just wondering if anyone knows what this relates to.