Frontend-Mentor-Projects

Frontend Mentor - Four card feature section solution

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

Table of contents

Overview

This is my first real frontend project. The flexbox version was made by going through Kevin Powell’s tutorial, pausing at each section and doing it myself, before refining it following his advice. The grid version was made mostly on my own, with occasional references to my flexbox code and consulting MDN and Stack Overflow when I got stuck. I think I did pretty well on everything but the shadow color and the h1 font-size in mobile view.

The challenge

Users should be able to:

Screenshot

Flexbox Version:

Grid Version:

My process

Built with

What I learned

I learned how to create a website off of a design without measurements and, through that, how to match my development’s sizing to a design’s. I also learned how to create grids from adjacent flexboxes. I also learned about the differences between and when to use margins or padding.

Continued development

I want to continue focusing on and learning about mobile-first design and the many ways a design can be developed into an actual website, so that I can expand my toolbox of methods.

Author

Acknowledgments

I wish to give thanks again to Kevin Powell for his video which guided me and many others through this project. Also to the Frontend Mentor Discord and MDN docs for giving further help on specific questions.