Stuck on last one, I need a media query. What is wrong with the below?
@media(min-width){
html{
font-size: 5em;
}
}
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.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.