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

  • OsujiJr 70

    @OsujiJr

    Submitted

    Generally not impressed with my performance on this, I some how couldnt hack the larger screen hence why I have just the mobile screen, i think next time I will start with larger screen designs maybe and make my measurements relative.

    @MatiasVignola

    Posted

    You should try defining a height and adding a margin to the container of the card so that it is centered

    Marked as helpful

    0
  • @MatiasVignola

    Posted

    Hello... so that the background image does not repeat, you should set the no repeat property, example: background-repeat: no-repeat; and to center the card, first define a margin at the top and bottom, and an auto margin at the sides, example: margin: 110px auto;

    Marked as helpful

    0
  • @MatiasVignola

    Posted

    You should try using a margin to center the content more, for example, margin: 150px auto;

    Marked as helpful

    0
  • @Salman97t

    Submitted

    What did you find difficult while building the project? Display and positioning Which areas of your code are you unsure of? I don't think its fully responsive. Do you have any questions about best practices? Please provide a solution so I can learn how to make it responsive.

    @MatiasVignola

    Posted

    it is best to start with the mobile firs methodology. once you have finished it like this, applying the responsive part is much easier. maybe what you can do is look for videos that guide you to carry out the task

    Marked as helpful

    0