Learn basics of css by building a cafe menu- step 78

It’s asking for footer selector repeatedly

Hello and welcome to FCC! In the future please provide your code as well to help trouble shooting. For this step you just need to set the font size for the footer element in CSS
an example would be like this

div {
font-size: 16px
}
2 Likes

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