Frontend Mentor - Order summary card solution
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
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
Flex-box ,positions and responsive design.
- https://www.w3schools.com flex-box - This helped me for understading in flex-box. I really liked this pattern and will use it going forward.
- https://www.w3schools.com position - This helped me for understading in types of position and its usage.
- Frontend Mentor - @NitheeshKumar-C