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;
}
It worked thank you soo much.
OMG Thank you this helped me!!
Thank you for your awesome point-out. Made me realise I had padding-top applied. Once I removed it I passed
Thanks… It helps a lot
Thanks…Your reply helped me