Design comparison
Solution retrospective
Hello everyone!
I am submitting this challenge where I found real difficulties positioning the background. If anyone has the time to review and provide any feedback or information about how to position correctly the background I will really appreciate the help. Also, if you have any other feedback will be really welcome! I wish you all a great day and thank you for your time!
Community feedback
- @OneManBannedPosted over 2 years ago
I didn't even notice the box shadow on my attempt at this challenge. I'll have to add that.
Looking at your code for positioning the background image:
`background-position: bottom 0px right 500px, top 400px left 500px;`
if you remove "bottom", "right", "top", "left" then you can control the images just using the pixels.
Try -
`background-position: -340px -500px, 700px 300px;`
Brendan.
0 - @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the card is missing a subtle box-shadow using
box-shadow
.I hope this helps
Cheers Happy coding š
0@verdepedroPosted over 2 years ago@TheCoderGuru Hello! Thank you for the feedback! Regarding the box-shadow, was already implemented in the .cardContainer in the CSS file. I will make some tests to make it more visible.
Have a great day!
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