Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

FAQ Accordion with JS

@jackchealdang

Desktop design screenshot for the FAQ accordion coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


When the page gets too small and turns scrollable, my background only starts at the bottom of viewport.

Community feedback

@Anass-Lamiri

Posted

Hi! First of all, you did a great job in your challenge. what's causing your problem is these two lines of code in your body selector:

   transform: translateZ(0);
   -webkit-transform: translateZ(0);

you can remove them and your code will function as intended. I hope you find this feedback helpful, and feel free to reach out.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord