
Design comparison
Solution retrospective
This task is clearly not a newbie. For it to work and look nice, you need advanced knowledge of CSS.
Had to work with indents in CSS so that the accordion could expand the number of blocks without rewriting styles.
What specific areas of your project would you like help with?- Due to the fact that a limited height of the text block is used, there are restrictions on the text size. If there is more text, then you need to manually change the height. If make an automatic height, then the opening and closing of the block will not be smooth.
Also, because of the height of the block, there is a twitch when collapsing.
- It was not possible for me to make it accessible from the keyboard without JS (
Community feedback
- P@YuliaLantzbergPosted 3 months ago
Hi. Wow. It's looking like a perfect pixel. Great work. But unfortunately, it is not responsive. It's better to use rems instead of px. And if it's not enough than also media queries. About the second question. You can use tabindex="0" in your HTML code. It will not be the perfect handle of the keyboard. But still, it will enable you to navigate with a keyboard.
0@dar-juPosted 3 months ago@YuliaLantzberg
Hi Yulia!
Thanks for the comment!
Where it is not responsive? I checked in 2 browsers. And now I checked again from my phone, everything seems to be ok.
Yes, I just tried tabindex, going through sections works, but it is impossible to expand blocks - space, enter do not work. Can you tell me how to solve the problem without js? I will be grateful.
0P@YuliaLantzbergPosted 3 months ago@dar-ju Yeah. Now I see. Maybe because it has a bit of horizontal overflow it looked like not entering the screen boundaries.
About the keynavigation, you can try to use radio buttons instead of checkboxes. As I remember, they do check automatically once focused. The problem there will be that you can only have one open block at once.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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