Build a Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

I can’t get the media query step to pass everytime /* responsive layout for small screens /
@media only screen and (max-width: 600px) {
/
navbar across the top on small screens */
#navbar {
position: fixed;
top: 0;
left: 0;
height: auto;
width: 100%;
border-right: none;
border-bottom: 3px solid #a3a0a0;
flex-direction: column;
}

Your code so far

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Technical Documentation Page - Build a Technical Documentation Page

Welcome to the forum @salvadorl

Try removing the comment.

Also check the styles.css file is linked in the index.html file.

Happy coding