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://github.com/paulzala/3column-preview-card-component)
- Live Site URL: (https://paulzala.github.io/3column-preview-card-component/)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
Experience using semantic tags as opposed to divs for everything, and flexbox to order the main sections into a row/column.