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 comments

  • @raven784

    Posted

    You should recheck the image's source and make sure it even exists.

    0
  • @raven784

    Posted

    You should start using relative units like rem, em instead of px, it will help you out in making this responsive in future

    Marked as helpful

    0
  • @ShivamRajput57

    Submitted

    What are you most proud of, and what would you do differently next time?

    here i learn how center a div using a flex box

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

    most challenging part is how to center a div there is so many solution in internet but the most simple by using the flexbox

    @raven784

    Posted

    You can add hover over those links using the hover class

    Wrap anchor tags inside a div class each and give them a class x.

    x: hover{
    color: black; 
    background-color: green;
    }
    
    1
  • @raven784

    Posted

    It would be best if you used proper padding and margins to keep that footer image and text of the card inside the container

    Marked as helpful

    0
  • mksmmirhs 10

    @mksmmirhs

    Submitted

    What are you most proud of, and what would you do differently next time?

    I have used vanilla HTML, CSS to solve this problem. I am proud of being able to solve it perfectly.

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

    I faced challenges in using box-shadow on mobile devices. I read the property of box-shadow and also how to implement media queries.

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

    understanding media query and use of shadow,

    @raven784

    Posted

    You should focus on proper padding the text is very close to the border.

    0