CSS Flexbox Cirriculum Lesson 1 not completing

Lesson name: Add Flex Superpowers to the Tweet Embed (https://www.freecodecamp.org/learn/responsive-web-design/css-flexbox/add-flex-superpowers-to-the-tweet-embed)

Today I tried completing this lesson, I filled in all the blank spaces listed with, display: flex;
// running tests
Your .follow-btn should have a display property set to flex.
// tests completed

The error is on line 66 seemingly.

Even when running tests with the lesson’s solution, (freeCodeCamp Challenge Guide: Add Flex Superpowers to the Tweet Embed) it returns the same thing.

Not sure what exactly is wrong with the solution, it seems like the “follow-btn” class isn’t showing up in the preview, but the code looks normal. Could there be something else affecting this code that I haven’t seen?

Thanks.

@RELIN-Q Can you give your code?

do you see the follow button? ad blockers can block it and make it impossible to pass the challenge

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