Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I learned how to deal with multiple background image and also positioning them. But position isn't working with all screen size. Also I wanted to know if there is any best way to center a div. I use the following css to center a div div{ height: 22rem; width: 21rem; left: 0; right: 0; top: 0; bottom: 0; position: absolute; margin: auto; } Not sure if this is a good practice.

  • Submitted


    I have tried my best to get it looking as close to the design as possible. Kindly check it out and provide feedback to improve. Thank you.

  • Submitted


    I honestly felt difficult with css part especially with image height to fit within a div and for all screen size. i used 100% but it was giving scroll bar. Then i found vh and vw units.

    Do check it out and give feedback. Thank you.

  • Submitted


    I found difficult in adding ratings button. I was confused with which tags i should be using for ratings like first I designed with button. There I was stuck with js part where you have to display the ratings that you selected. Then i went with radio buttons and later realized that we cannot display any text inside radio button. Finally I went with unordered list. With this, i was able to complete js part but got stuck with css aligning part.

    Kindly check out and give your feedback. TIA

  • Submitted


    I am not quite sure of fixing Footer note in mobile view. Currently its appearing kind of a Sticky footer. But, I don't want it to be sticky and I just want it to be at the bottom of the page which should be visible when reaching the dead end height of the page. Kindly help me with that and give suggestions/feedback if any. Thank you