This is a solution to the Product preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Frontend Mentor challenges help you improve your coding skills by building realistic projects.
To do this challenge, you need a basic understanding of HTML and CSS.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover and focus states for interactive elements
- Solution URL: Github Repository
- Live Site URL: Github Live Pages
- Go over figma design and design system for the project
- Read Development requirement
- Mobile first webflow
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
I learned how to use the
To see how you can add code snippets, see below:
<picture>
<source media="(min-width: 768px)" srcset="./images/image-product-desktop.jpg">
<img src="./images/image-product-mobile.jpg" alt="Perfume bottle">
</picture>
I plan on solving more front end challenges in order to meet different cases and code experiences.
- Website - Add your name here
- Frontend Mentor - @okayishmael
Frontend Mentor