Order summary component

Solution retrospective
I do not know how to do the background image color ; (
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Sdann26
Hola Dilinyer!
Para el color hazlo rápidamente con esta propiedad background-color: hsl(225, 100%, 94%)
Por cierto dale las propiedades de fondo al body sin miedo y cuando achiques la pantalla cambia el fondo mediante media queries.
Marked as helpful - @umairanwer
Hi, good work on the project. Regarding your query there are a few modifications you need to do in your CSS.
-
In your main class set the background to:
background: url(/images/pattern-background-desktop.svg)no-repeat top/contain;
-
What this will do is push your image to the top and contain will force the image to display completely without any cutoff.
-
Now set background-color to pale blue.
-
Finally change your height to 100vh.
Hope this helps. Feel free to ask any questions.
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