Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I learned React and TailwindCSS
What challenges did you encounter, and how did you overcome them?Setting up tailwind CSS to work with create-react-app
What specific areas of your project would you like help with?No help required
Community feedback
- @ecemgoPosted over 1 year ago
Some recommendations regarding your code that could be of interest to you.
- If you want, you can give the recommended color for the background to the
body
, but it isn't necessary, creativity is always good. :)
body { background-color: hsl(212, 45%, 89%); }
Hope I am helpful. :)
0@SanjitSGPosted over 1 year agowhat is the benefit of using hsl over other hex or rgb? @ecemgo
1@ecemgoPosted over 1 year ago@SanjitSG The advantage of HSL is easier than RGB to create sets of matching colors by keeping the hue the same and varying the lightness/darkness, and saturation. But, someone answered it informatively in in stack overflow, I recommend that you read it from here and the other source about this issue
0 - If you want, you can give the recommended color for the background to the
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