Design comparison
Solution retrospective
These are my first hands-on exercises with JavaScript and jQuery.
I don't know yet how to add an active class using jQuery. To make the font bold and flip the arrow
I would be glad to any advice :) Any suggestions you might have! Any comments!
Feedback definitely appreciated
Community feedback
- Account deleted
Good job on completing the challenge.
Your accordion looks good, and adding an a class in JQuery is not very hard, it's quiet easy. To make the font bold you should use
font-weight : bold
or put a value like;font-weight : 700
, and to flip the arrows you should usetransform: rotate(180deg)
or any number you wish it to rotate.Keep coding👍.
Marked as helpful2@Art-wdtPosted over 3 years ago@thulanigamtee Thanks for the advice! Very detailed! Very informative! I will study and apply this in the future! Thanks for the knowledge
0
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