Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Tell us what’s happening:

my code is not working and on the last stage I stuck. tis code is ok but it show the error:

  1. Your portfolio should use at least one media query.

/* Media Query */
@media (max-width: 768px) {
#navbar ul {
flex-direction: column;
align-items: center;
}

this is the code i applied, i applied more but it is not working please help me to understand what should i do for resolve this problem. as i said it is the last stage i stuck on.

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/131.0.0.0 Safari/537.36

Challenge Information:

Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Hey there,

Please update the message to include your code. The code was too long to be automatically inserted by the help button.

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Welcome to the forum @sonamansoori923

It looks like the at-media query is missing a closing curly brace.
Also make sure the html page links to the stylesheet.

Happy coding