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: Add solution URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Bootstrap v5
I learned, how to round borders on image.
.topborderradius {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
I would like to learn more about @media queries using bootstrap. Aswell more about bootstrap.
- Website - Laurynas Petrauskas (aka pjooklas)
- Frontend Mentor - @pjooklas