Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.42 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.42 KB

Frontend Mentor - Social proof section solution

This is a solution to the Social proof section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the section depending on their device's screen size

Screenshots

screenshot on mobile 1 screenshot on mobile 2 screenshot on desktop

Links

My process

Built with

  • HTML5
  • CSS, including Flexbox and CSS Grid, with the SMACSS methodology

What I learned

In completing this project, I learned

  • to organize my CSS stylesheet using the SMACSS methodology in which CSS rules are categorized as base rules, layout rules, module rules, and state rules. (I didn't need theme rules.) For module rules and state rules, I stuck with the BEM naming convention. I found this methodology to be particularly convenient for small projects such as those classifieded as Newbie on Frontend Mentor.

Continued development

As this was a small project, the number of base and layout rules used was minimal. It will be interesting and educational to use the SMACSS methodology on a larger project.

Useful resources

Author

Acknowledgments

Thanks to Frontend Mentor for posting this challenge.