#nav-bar should be on top of viewport

I have been trying for awhile now to make this work, and I am beyond stuck.
Describe your issue in detail here.

I do not understand what i am doing wrong T^T
Your code so far

logo

Baked goods

and the CSS:
#nav-bar {
position: fixed;
top: 0;
min-height: 75px;
padding: 0px 20px;
display: flex;
align-items: center;
background-color: #eee;
}

Hi, try reading this post.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.