This is a solution to the Product 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 and focus states for interactive elements
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
For this project i took a lot of help from kevin powells videos to get a better understanding of how to structure my HTML and CSS and got a better understanding of how to work for mobile first.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I learnt to work for mobile first. I used is in css for the first time. I used grid more. i learnt how to use variables locally.
Id like to get more into javascript and animations at a latter point.
- Kevin Powell taCkling this challenge - This helped me learn SO much about HTML structuring and how to write CSS cleaner.