This is a solution to the Order summary card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- See hover states for interactive elements
- Solution URL: (https://www.frontendmentor.io/solutions/order-summary-page-using-html-vanilla-css-and-flexbox-jt7VAAkHD2)
- Live Site URL: (https://subscription-order-summary.netlify.app/)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Using CSS pseudo-classes such as :hover
- Centering with margin: 0 auto vs with flexbox and justify content
- Overflow: hidden property to help contain image and allow rounded corners on the card
- CSS custom properties
- Building responsive sites
- [Freecodecamp]](https://www.freecodecamp.org) - FCC's frontend course introduced me to all the concepts used in this project
- [W3Schools]](https://www.w3schools.com) - W3S has a detailed and helpful CSS guide
- Frontend Mentor - @anu-codes
- Twitter - @anucodes