Personal Portfolio = Last project

Stuck on last one, I need a media query. What is wrong with the below?

@media(min-width){

html{

font-size: 5em;

}

}

You are missing the value for the min-width.

1 Like

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