Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Request path contains unescaped characters
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 comments

  • @SindhujaBandaru

    Submitted

    In this challenge I faced an issue to center the cart icon and i tried so many times but failed to center it. Please guide me on how to center it. Not only that but also give feedback on my code since Iam a newbie i can improve my skills.Thankyou.

    @alaaballoutdev

    Posted

    Keep going , but you can improve your work by searching how to centralize the div whatever the size of screen is , and my code in this challenge to centralize the div might be helpful for you.

    hints:
    position:absolute;
    right:50vw;
    top:50vh;
    margin-right:  - widthofdiv/2;
    margin-top:  - heightofdiv/2;
    

    Good luck!!

    Marked as helpful

    0