Apply left:0 and top:0 to the navbar element as shown below:
#navbar {
position: fixed;
background-color: goldenrod;
top:0;
left:0;
}
Apply left:0 and top:0 to the navbar element as shown below:
#navbar {
position: fixed;
background-color: goldenrod;
top:0;
left:0;
}