This is a solution to the Order summary card challenge on Frontend Mentor.
Users should be able to:
- See hover states for interactive elements
- I structured the card with HTML, getting ready to use flexbox.
- I used a list for the pricing section.
- I then added styling to the element and did the background.
- I changed some of the styling using media query to make it more identical to the desktop preview
- HTML (semantic)
- CSS custom properties
- Flexbox
- Mobile-first workflow
I learn a little more about flexbox for example, how the justify-content and align-items work exactly. I think I should actually level up now lol.
- W3Schools - I had to review some of my knowledge here.
- Ahmed Bayoumi - He helped me with the accessibility issues.
- Illyaas - GitHub
Thank you for viewing 😄