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

  • Cephas• 540

    @Olowo290

    Posted

    Hi, congrats on the completion of this project. It looks good on different screen sizes. However, you can make your html more semantic by replacing your div tags with semantic tags such as "main", "section", and "article" tags. Above all you did pretty well completing the project.

    Don't forget to mark as helpful if you find it so.

    Marked as helpful

    0
  • Cephas• 540

    @Olowo290

    Posted

    Hi, congrats on completion of this project. some of the flaws I would like to point out so you can improve on them are:

    • The use of div tag in your HTML can be replaced using more semantic tags like "section", article. -Looking at it, the card is not responsive on smaller screen because of the hard coded width of 744px in your stylesheet. what I'll suggest is either you reduce the width of the card to the one that will be responsive in all screens or use media query to give it different width at different screen sizes. Above all, I commend your effort in completing the project. Don't forget to mark this as helpful if you find it so.

    Marked as helpful

    0