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


    What challenges did you encounter, and how did you overcome them?

    I encountered the challenge of svg tags their positioning was quite tough

    What specific areas of your project would you like help with?

    can anyone tell nw how i can deal with svg efficiently for responsiveness. I mean that my solution is still not that correct and why the width of my body is not set to full width instead of using width:100vw, how can i improve this solution Any kind odf suggestions are welcome approach change or anything. Thanks!

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    Handling image in a div. Changing Image during responsiveness.

    What specific areas of your project would you like help with?

    Can anyone have better ideas to how to manage an image efficiently under a div tag

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    Challenge 1-:Overflow property was not working on mobile view when applied to body tag Solution: Made a wrapper and applied overflow property to it. As when meta is set to viewport the overflow does not works on body and html tag. Challenge 2 :- To set the expansion of div in only one direction Solution: Done using position absolute and top 30% left 50% translatex(-50%). Came to know that if we apply translatey also then it will expand in all direction. So avoid it.