Design comparison
SolutionDesign
Solution retrospective
Hey, im begginer web debeloper and this is my first solution submited.
Not sure how to add these background images to make them the same as in design photos :( . Also, can someone check this slider(How would you do it, and is this ok?). I would really like if someone would check my code and write some review or suggesiton! Thank you all :D !
Community feedback
- @nick335Posted about 2 years ago
Hello, NIKOLA’S
Nice work with the challenge, for accurate sizing of the background image you can do this:
// normally you do this background-size : cover 'or' contain; background-position: center 'or' Top 'or' Left 'or' Bottom 'or' Right; //but to accurately position it you can try this!! background-size: 300px 100px; 'which is the width and height'; background-position: top 100px right 100px; //the same can done for the bottom and the left
Hope this was helpful!
Happy Coding!!
Marked as helpful0@nivanovic7Posted about 2 years ago@nick335 Thank you very much on your comment :). It was helpfull!
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