Latest solutions
Latest comments
- @Jerico001@AbePlays
Hey Jerico, great job on finishing the project. Here are few tips using which can enhance your project:
(i). Add hover effects to the social links in the footer. (ii). Add a transition duration to your transition. Right now, the button just shifts colors instantaneously.
- @Felipe-RL@AbePlays
Hey Felipe, Great job on the solution. Couple of areas where you can improve upon:
-
The layout falls apart when moving from mobile to tablet size screens. Try making the project responsive for tablet screens too.
-
The buttons does not have hover effects on them. You can simply add a pseudo selector(:active) to add hover effects on your buttons.
Let me know if you need any more help. Cheers!
-
- @Essay97@AbePlays
Good old Tailwind. One thing i love doing with tailwind is to make a dark-mode version of project. If this is your first project with tailwind, definitely explore how you can implement a dark-mode version of this project. The documentations are available on the Tailwind website. Let me know if you need more help. Great job on the project. Definitely fix the issue tediko mentioned above.
- @sabin-baniya@AbePlays
The project looks great. Couple of issues though.
-
The page doesn't look centered. I think you've a max-width applied to the project. If that's the case, simply add margin: 0 auto to the element which has max-width.
-
The footer has this weird glitch where when i hover over it, the cursor disappears.
-
- @LeDuy1194@AbePlays
Damn, the project looks great. Love the slick animations. What you can do to enhance this project is to add a "END GAME" button clicking which you can show the player's score and prompt the user to Play Again. Basically add a flow to restart the game. Maybe even add a toggle to show a running history of the games user has played. Sky is the limit!
- @GlenOttley@AbePlays
Great job Glen. The project looks amazing. There is one issue though. The button becomes active even before my cursor has entered the button(I tried entering from the right side). It maybe because of some extra padding or margin you may have applied to one of the classes on your buttons.