Design comparison
SolutionDesign
Solution retrospective
I couldn't figure how to add the background images like what they had. If anyone can help with that?
Community feedback
- Account deleted
Hi,
- To add the shapes in the background you must do
background-image: url(path of image)
, then you can position it how ever you want. check this out. - Also on the body add
height : 100vh
to center the card vertically because it's currently not. - You must also check out the report and fix the issues mentioned.
Keep coding👍.
Marked as helpful1 - To add the shapes in the background you must do
- @PresidentTreePosted about 3 years ago
Are you asking about adding the images to the background or positioning them?
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