This is a solution to the [3-column preview card component challenge on Frontend Mentor]: https://www.frontendmentor.io/challenges/3column-preview-card-component-pH92eAR2-
- Solution URL: https://github.com/payalpagaria/3-column-preview-card.git
- Live Site URL: https://payalpagaria.github.io/3-column-preview-card/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
I learnt about css flex and grid how to do 3-column layout
Resources i used for css:
- https://css-tricks.com/snippets/css/a-guide-to-flexbox/ -> This helped me for how css flex is uesd, It was easy to learn and apply.
- https://css-tricks.com/snippets/css/complete-guide-grid/ -> This is an amazing article which helped me finally understand css grid.
- Frontend Mentor - https://www.frontendmentor.io/profile/payalpagaria