Design comparison
Solution retrospective
Couldn't figure out how to make the background image look just like in the challenge. I would love some feedback on my css code, especially on the grid system, I used it for the first time and I had no idea what I was doing. Actually, any feedback would be appreciated because I am just starting with web dev in general.
Community feedback
- @arturpawlowski5Posted over 3 years ago
Hi (Cześć),
I'm starting too with Dev Web but I already made this Challenge so hope can help a little bit.
First please add a link to your Code - right now I see Error 404 (Page Not Found) when I click to see it.
With your background image, you can try to add 2 URLs with IMG to your one DIV or another container you use. Try to look at this code:
#example1 { background-image: url(img_flwr.gif), url(paper.gif); background-position: right bottom, left top; background-repeat: no-repeat, repeat; }
More here: w3schools
With this code, you will have the same time 2 IMGs in the Background.
Hope this helps.
Udanego kodowania ;)
1@LemaulPosted over 3 years agoCześć, Thanks for the feedback, I managed to solve the background images problem, thanks. Btw link to my solution should work now.
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