I'm not sure if the pricing should work like that, is it correct?
Ruchi
@deoruchiAll comments
- @hnasser44Submitted over 1 year ago@deoruchiPosted over 1 year ago
Congratulations 👏 on completing the challenge!
Yes,the component works correctly as it should be 😁.
1 - @abhiram-s21Submitted over 1 year ago
1----how to perfectly center the profile img, i have used position...any other ideas?
2----main background image is different than what is given in the challenge how do i resolve that
@deoruchiPosted over 1 year agoCongo for completing the challenge!!╰(°▽°)╯
In your challenge you can fix the background by mentioning the image (given) and color all together separated by comas. like this:
background: url(images) no-repeat right left, url(images) no-repeat bottom right ,rgb(3, 172, 172);
background shorthand way is used here.
Marked as helpful1 - @EmmaibeSubmitted over 1 year ago
making the background responsive was a little challenging.
please I'd like to know the best practices for switching between background images in a responsive design. is just using media query the best or is there some process better?
@deoruchiPosted over 1 year agoFor changing the background images you can use <picture> tag.where you can handle many images of different screen size, resolution, and pixel density.
Media queries works well and good as it allows you optimize the images in your own way depending on the device ,it could be more flexible than picture tag in some cases.
I hope you find this helpful.🙂
Marked as helpful0 - @JimaLokoSubmitted over 2 years ago
Do you think the structure and design are good? What would you improve about my code?
All feedbacks and suggestions are welcome !!
@deoruchiPosted over 2 years agoYEAH !!It works well. The way you handled the FAQ answers was good.
0