.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
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%);
The responsiveness is something I need to work on, some elements dont respond perfectly
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.