Bug in CSS flexbox challenge

I have added .follow-btn , a display property flex but it is still showing
Your

.follow-btn should have a display property set to flex
Link to challenge

Welcome, abhihts.

For future posts, if you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Debugging/helping based on screenshots of code is very difficult, and you are much less likely to get help.

As for your difficulties, it is worth noting the following. if your code is correct:

  1. The recommended browser for the fCC curriculum is the latest stable version of Chrome.
  2. Browser extensions affect the tests. Disable them.
  3. Ensure your browser default zoom level is set to 100%.

Thank you.

2 Likes

Disabling adblocker worked .Thanks for the help!