Submitted over 1 year ago
Responsive "Intro section" (Flexbox, GRID, JS, SASS)
@michalmiotla
Design comparison
SolutionDesign
Community feedback
- @jyotirmoy-sinhababuPosted over 1 year ago
you have done a wonderful job. But for the feature and company button, you also need a functionality to close the buttons. const showFeatures = () => { featuresDiv.style.display = 'flex' featuresIcon.classList.add('icon-rotate') } you also have to put a condition that on click will remove the classList if button is on.
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