I will be glad to know where and how to improve the code. Also, I had difficulty creating a responsive circle so if you have any advice on how best to create it, it would be great to know about it
Tahmeed
@Tahmeed-programmerAll comments
- @RuKatyaSubmitted over 2 years ago@Tahmeed-programmerPosted over 2 years ago
Hi ,wonderful work in general. But you need to fix your score cause it even goes to negative numbers when you keep on being defeated. And there is some responsive issues ,other than that it looks soo cool. So well done
Marked as helpful0 - @CuencaGITSubmitted over 2 years ago
I kinda struggled a little bit in implementing my mobile version into the desktop. I just manually re-arrange all of the components using position: absolute; can you guys suggest how to do it more easily.
@Tahmeed-programmerPosted over 2 years agoyou can utilize grid by wrapping each element in the main inside a div and then setting the main section display to grid from there you can use grid template columns to set the width of each element
1