Rock-Paper-Scissors-Lizard-Spock Game using React
Design comparison
Solution retrospective
I'm finding it challenging to implement a gradient background and ensure the responsiveness of my website. I would greatly appreciate any advice you could provide to help me achieve these objectives more effectively.
Community feedback
- @md5daltonPosted about 1 year ago
Hello Mithun ๐
Cool you went with the bonus solution๐
Regarding the background gradient, I noticed you used a pseudo element to achieve the desired effect however, you could still have just applied it directly on
#App
orbody
and there would have been absolutely no need to write additional CSS for that pseudo element.Cheers ๐
1@Kratos-750Posted about 1 year agoHi there,
Thanks for your feedback! I appreciate the suggestion to apply the gradient directly on the
#App
orbody
element instead of using a pseudo element. I'll definitely try that approach to simplify the CSS code. @md5dalton0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord