Submitted almost 2 years ago
Responsive order summary component using #HTML #CSS
@tiobista
Design comparison
SolutionDesign
Solution retrospective
I have completed this project in short period of time If you have any feedback ...
Community feedback
- @yishak621Posted almost 2 years ago
Good design but forces the background svg ...use these properties ...specially
no-repeat
background: url(./images/pattern-background-desktop.svg) no-repeat top; background-size: contain; background-position-y: -30%;[to drag background in the y axis]
Marked as helpful0 - @SinisaVukmirovicPosted almost 2 years ago
Hello!
Looks good to me.
Just that one error in your report, that's an easy fix. Using <footer> instead of .attribution DIV.
To further improve as a dev, take a look at "mobile first approach".
Best of luck!
0@tiobistaPosted almost 2 years ago@SinisaVukmirovic thankyou for your feedback.
0 - @catherineisonlinePosted almost 2 years ago
To fix your background use background-repeat: no-repeat and also better to use footer tag instead of div where the class is "attribution" 😊
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