Order Summary Component | HTML & CSS

Solution retrospective
What difficulties did you encounter while building the project?
I struggled with creating box shadows and couldn't manage the background. Do you have any advice?
Which areas of your code do you feel unsure about?
Background and box shadows.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vovka8101
Hi! There are a lot of free box shadow generators on Internet. And for your background you have mobile and desktop images, so just add @media in your css to switch them:
@media (orientation: portrait) { background-image: url(url-to-mobile.svg) }
Hope this will help you
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord