CSS Flexbox: Align Elements Using the align-items Property

Is this a bug or ?

#box-container { background: gray; display: flex; height: 500px; align-items: center; } I couldn't pass the test with my answer. Can somebody tell me the right answer? Thanks.

No I won’t tell you the answer. What I’ll do is ask you to show us your code so we can see if there’s something you did that may have contributed to your not being able to make the test pass.

Right after I hit I noticed you had include your code. It looks correct. I’ll suggest that you clear your browser’s cache and see if that helps you pass the test. If it’s any help, most everyone uses Chrome as that is the browser that works best with FCC.

What error message is showing when the test fails?