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

  • Kathe 70

    @ktlamas29

    Submitted

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

    .

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

    .

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

    .

    Seif Basem 430

    @Seif-Basem

    Posted

    hello my friend I looked at your code and you have done a great job specially with that shadow. I just have 1 comment to center the object in the screen. 1- in the body you don't need width, height, margin-top, padding, flex, justify-content, align-items. just delete them and instead type these on your container div: position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);

    Marked as helpful

    1
  • Ser 250

    @SinthMite

    Submitted

    The responsiveness is something I need to work on, some elements dont respond perfectly

    Seif Basem 430

    @Seif-Basem

    Posted

    hello my friend I looked at your code and you have done a greet job but there a tiny thing to fix in your code. first: you have a section has class: scores => just remove the height: 45vh; and make the width: 26%; second: you have a section has class: box => make the width: 52rem; you will see a huge difference by just edit these two things.

    0