You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
The CSS grid auto-fit challenge test passes when you apply auto-fit to the container class even though it specifies that you need to add it to the container2 class.
Basically, if you changed auto-fill to auto-fit it will also pass the challenge when you are supposed to change grid-template-columns: repeat(3, minmax(60px, 1fr)); to grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); for .container2
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The CSS grid auto-fit challenge test passes when you apply auto-fit to the
container
class even though it specifies that you need to add it to thecontainer2
class.Steps to reproduce:
auto-fill
on line 14 toauto-fit
This should be fairly easy for a beginner to take.
The text was updated successfully, but these errors were encountered: