Responsive accordian page using Flexbox and javascript
Design comparison
Solution retrospective
I'm really proud of completing this 2nd project on my own.
What challenges did you encounter, and how did you overcome them?Javascript is really not what it seems like in tutorial videos I really need lot of more practice to work fluently in dom manipulation.
What specific areas of your project would you like help with?However im still not able to change the icon-plus and minus size in mobile sizes screen, if anybody knows how to achieve that using CSS, since width and height properties are not working for me. Your suggestions are most welcomed.
Community feedback
- @SanderBuist2Posted 8 months ago
you can easily change to the minus symbol if you toggle a class of the image like you did with the answers.
example: css: .minus { content: url("../assets/images/icon-minus.svg"); } html : <img src="./assets/images/icon-plus.svg" />
Marked as helpful1
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