This is a solution to the Results summary component 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 interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: Frontend Mentor
- Live Site URL: Github Pages
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- SCSS
- I used the Visual Studio Code extension Live Sass Compiler by Glenn Marks to compile my SCSS to CSS.
I learned structuring your HTML with the BEM methodology makes it more readable.
I want to continue using the BEM methodology in future projects.
I started doing this project following along with Kevin Powell's Youtube tutorial at first. I decided to challenge myself by doing this project with SCSS and using the BEM methodology.