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:
- 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