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.
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: https://github.com/tinalr/product-preview-card-component-main
- Live Site URL: https://product-preview-card-component-main-mu-two.vercel.app/
- Semantic HTML5 markup
- CSS & SASS/SCSS custom properties
- Flexbox
- Mobile-first workflow
- HTML
<picture>
tag. Used to make the product image responsive; the image file changes with the size of the screen. - CSS
letter-spacing
property. Used to make the word "perfume" expanded.
- LinkedIn - Christina Rontell
- Frontend Mentor - @tinalr