Submitted about 2 years ago
Order summary component using CSS Grid and Flexbox
@stefanvulpe-dev
Design comparison
SolutionDesign
Solution retrospective
Any feedback will be appreciated.
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Stefan Vulpe, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
I noticed that at higher resolutions, the background image is broken, to fix this we can do the following:
@media (min-width: 24em) body { background-image: url(./images/pattern-background-desktop.svg); background-size: 100% 50vmin; background-position: top; }
The rest is great!!
Hope it helps...👍
0
Please log in to post a comment
Log in with GitHubJoin 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