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
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Styled Components - For styles
I learned about Multi-column responsive layout.
<div class="row sec-row">____</div>.sec-row {
column-gap: 2.5rem;
}I will keep on practicing various layout challenges, and use these multi-column attributes in them wherever columns are used.
- w3schools-multiple-columns - This helped me understand multi-column responsive layout. I really liked this site and will use it going forward.
- Frontend Mentor - @Harshitsoni2000
- GitHub - @Harshitsoni2000
