Design comparison
Solution retrospective
2 questions
-
i'm having trouble with making the background (of the body) look like the one in the picture. how do i do that?
-
is there a better way to align the items inside the card other than individually adding padding to each element?
(general feedback will also be much loved 😊)
Community feedback
- @thamaraRDPosted over 2 years ago
Hello, Congrats! its beautifull
As for the question: use this property: background repeat: no repeat; and this was my personal configuration you can modify it as you want but these would be the parameters: background-position: right 51vw bottom 35vh, left 48vw top 45vh;
As for question two: I didn't understand it very well and I haven't seen your code either, but you can put the last three data in a div and apply display: flex; and justify content:space around; so you don't have to put in the manual spaces
Hope this can help you.
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