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

  • Affan Amer• 100

    @AffanRM

    Posted

    One thing you can do to improve the user design of this website is to change the cursor to a pointer when the user hovers above any of the buttons:

    button:hover {cursor:pointer;}

    0
  • Affan Amer• 100

    @AffanRM

    Posted

    Overall you have done a good job but in order to improve the user design, you can change the cursor to pointer when the user hovers above the download buttons:

    button:hover {cursor:pointer;}

    Marked as helpful

    0
  • Affan Amer• 100

    @AffanRM

    Posted

    In order to improve the user design you can change the cursor to pointer when the user hovers above the ratings and the submit button:

    .rating-item:hover {cursor:pointer}

    .btn:hover {cursor:pointer}

    1
  • Angela• 20

    @hello-angela

    Submitted

    First time completing a front-end project and working exclusively with HTML,CSS and some bootstrap.

    I struggled to center align everything, and had to resort to creating an empty column before my card would go in the middle. Also used the wrong file path so my css was not added in my first attempt.

    Affan Amer• 100

    @AffanRM

    Posted

    The mobile responsiveness doesn't seem to be working but the desktop design looks good :)

    1