This is a solution to the Interactive pricing component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: https://github.com/Kijimai/four-card-feature-section-react
- Live Site URL: https://four-feature-section-react.netlify.app/
- Semantic HTML5 markup
- SCSS
- Flexbox
- Mobile-first workflow
- React - JS library
I wanted to deviate from the figma design just slightly at the end of it to make it my own while also trying out new css properties like transform perspective and animation keyframes. I initially started with css grid to align the card items but later changed it to flexbox instead to better match the original design.
I may want to do a version of this using css grid to get better practice with grid-template-columns and grid-template-rows.
- Website - JibbyCodes
- Frontend Mentor - @Kijimai