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: GitHub
- Live Site URL: GitHub Pages
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- CUBE CSS
- Grid
- CUBE CSS
- Set the position on all four sides with one CSS property! - I learnt about inset from this video.
- How to use mix-blend-mode, and how to avoid problems with it - I learnt about isolation from this video but it also contains useful tips on how to make text look good when there's background.
- Frontend Mentor - @ania221B
@ApplePieGiraffe offered helpful advice and resources for previous challenges and these came in handy for this one too. Thank you!