Mobile-First Solution to Result Component

Solution retrospective
- How does one go about thinking about typography for a website. By this I mean when do you use h1, h2, h3, h4, h5 , h6. Here is the approach I used for mine
- Your Result -> h2
- 76 -> (p -> strong)
- Great -> h3
- Summary -> h2
- Reaction -> h4
- Memory -> h4
- Verbal -> h4
- Visual -> h4
- Summary -> h2
- What is the best way to organize your CSS files for a project. I broke my down based on. I broke mine down into.
- global.css
- utils.css
- components
- result-card.css
- style.css
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on fumzy123's solution.
Join 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