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.
This challenge was a lot of fun personally.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
I started first with a "mobile first" concept, building up for a viewport of 375 px width and then adding two breakpoints through media queries.
The layout was created with flex for the small width and with grid for the breakpoints
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
How to work "mobile first" and work with breakpoints and fluid measurements. Was a lot o fun.
Improved the skills on how to size and fit everything in place in the cointainers (for the grid and flex)
Still want to learn how to work more properly with grid and flex, with fluids measurements, and responsive desing.
Thanks to Maria Daniela for helping me with the challenge. Go check out her work. https://github.com/mdagudo