I'm stumped as to why this random bar is appearing:
If you want to take a look, here's the JSFiddle. I really need to remove that annoying yellowish line.
And here is the code snippet for reference:
body {
padding: 0;
margin: 0;
background-color: #fff9e8;
}
.topnav {
background-color: #edeff2;
overflow: hidden;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 100%;
padding: 0;
}
... (omitted for brevity) ...
<body>
Note: The alt text appears in the JSFiddle because I forgot to upload the image from my computer. But the issue with the line is still visible.
Thanks for any help!