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.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
Mobile Design | My Solution |
---|---|
Desktop Design |
---|
My Solution |
- Solution URL: Solution on FrontendMentor.io
- Live Site URL: Live site preview
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- BEM architecture
- Mobile-first workflow
- I learned that in order to change the default font size you'd have to target the html tag instead of simply declaring it at the body tag.
-
A complete guide to CSS Grid | CSS-TRICKS : This article has divided properties into two sections based on what goes on grid-container (parent) and grid-items (child) with descriptive diagrams and code snippets which helped me understand well. I'd recommend to anyone interested in learning grid layout.
-
Layering box shadows | Tobias Ahlin : A very interesting article that talks about different ways to layer box shadows.
- Frontend Mentor - @Smita-14
Many thanks to the Frontend Mentor team and the community for giving me the opportunity to learn and grow. 💖💖