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.
Note: Delete this note and update the table of contents based on what sections you keep.
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/TragicCow/3-column-preview-card-component-main
- Live Site URL: https://tragiccow.github.io/3-column-preview-card-component-main/
- Semantic HTML5 markup
- CSS
- Flexbox
It was the first time I used media queries but I think there was better ways to handle the issue (rounding borders of the elements according to the size of the screen). I'll definitely check out other solutions to find a better way to do this.
Github - https://github.com/TragicCow