Technical Documentation Page - Build a Technical Documentation Page

Your Technical Documentation project should use at least one media query.

I have used media query but not sure why it is not working.

@media (min-width: 480px) {
#navbar {
position: fixed;
}
}

Can you post your full code(both html and css)?