This is a solution to the 3-column preview card component challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
I really tried not to aim for a pixel perfect solution this time so that I don't waste too much time. However, I still feel like the paddings and margins for the mobile version is different to that of the desktop version which really annoys me. But I did the layout correctly anyway which is supposedly what matters.
I want to continue to work of flex-box as it seems to me that I am still not fully comfortable with it.
- W3Schools - This is literally the best website for refreshing or reinforcing your knowledge on something.
- Frontend Mentor - @Illyaas4Show
Thank you!