Design comparison
Solution retrospective
I feel very proud of this one. The only thing I am not able to figure out is how I can set the background exactly the same as the preview. I guess I need to repeat the picture and put it in the opposite side, mirroring or something. I am not sure, so any advice about it is welcome! Thanks
Community feedback
- @fvaldes0109Posted about 3 years ago
There are two background photos at the resources, for top and bottom. You can try creating two
img
elements. Setbg-pattern-top.svg
as thesrc
of the firstimg
, andbg-pattern-bottom.svg
as thesrc
of the second one. Also bothimg
s must be set withposition: absolute
, so you can move them freely and they won't mess with the card. With that you can just experiment moving around each image with thetop
,left
,right
andbottom
properties until you get the design you want.1
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