This is a solution to the FAQ accordion card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the component depending on their device's screen size
- See hover states for all interactive elements on the page
- Hide/Show the answer to a question when the question is clicked
- Solution URL: https://github.com/Dev-Tron/FAQ-accordion-card.git
- Live Site URL: https://dev-tron.github.io/FAQ-accordion-card/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Styled Components - For styles
- SASS
I learned that images can be displayed hidden at different screen sizes, the use of hr tags, and how to properly use landmarks.
<hr>.accordion-item:target .answer {
max-height: 10rem;
}I would like to start implementing bootstrap into my projects. This way, I may be able to cut down the time it takes for me to finish a site.
- Website - https://dev-tron.github.io/portfolio-website/
- Frontend Mentor - (https://www.frontendmentor.io/profile/Dev-Tron)
- Twitter - (https://www.twitter.com/BrownKeytron)

