This is a solution to the 3-column preview card component 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 depending on their device's screen size
- See hover states for interactive elements
- Solution URL: https://www.frontendmentor.io/solutions/responsive-mobile-first-solution-using-flexbox-v_kN9jk5Om
- Live Site URL: https://beepbot99.github.io/3-column-preview-card-component-main/
- HTML5
- CSS3
- Flexbox
- Hover Selectors
- Reusable Classes
- CSS Grid
- Mobile-first workflow
One thing I want to work on is getting the widths and paddings more exact. I also want to stop using IDs and more reusable classes.
- Github - BeepBot99
- Frontend Mentor - @BeepBot99
I would like to thank Codecademy for teaching me HTML, CSS and how to use flexboxes really nicely.