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.
The challenge is to build out this Order summary card and get it looking as close to the design as possible.
The Users should be able to:
- See hover and focus states for all interactive elements on the page
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS
clamp()and@mediafunction for responsiveness
CSS
/* backround */
.body {
background: url(./images/pattern-background-desktop.svg), var(--blue-100);
background-repeat: no-repeat;
background-size: contain;
}- Website - Surjo Karmokar
- Frontend Mentor - @Surjo981


