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
This challenge require CSS flex-box and grid layouts. my code passed two test cases but failed one for grid layout I don't know what is the problem with my grid part :
Test finished successfully
score = 65000 / 100000
should have correct persons flexbox layout PASS
test score ratio: 35/100
test time: 0.177
should have correct contest-area grid layout FAIL
test score ratio: 35/100
test time: 0
should change layout based on the media query PASS
test score ratio: 30/100
test time: 0.076
The text was updated successfully, but these errors were encountered:
I don't know. I've reviewed the codes and tried several approaches. They seem correct in practice, but probably Quera's judging system is looking for a special approach that is not well mentioned in the description.
Quera’s general support usually doesn’t respond in these cases, either.
I don't know why they implement tests like this or why they don't give enough information about correct approaches because this is CSS there is unlimited ways to get that same result or layout
This challenge require CSS flex-box and grid layouts. my code passed two test cases but failed one for grid layout I don't know what is the problem with my grid part :
and here is test results :
The text was updated successfully, but these errors were encountered: