Latest solutions
Social media dashboard with theme switcher solution
#react#tailwind-css#typescriptSubmitted about 3 years agoAdvice generator app built using React & Styled using Tailwind CSS
#axios#react#tailwind-cssSubmitted about 3 years ago
Latest comments
- @bananaJoeRealSubmitted over 4 years ago@imadatyatalahPosted about 3 years ago
Your solution looks good and also I loved the animation.
Marked as helpful1 - @marianefelixSubmitted about 3 years ago@imadatyatalahPosted about 3 years ago
It looks really nice tho, Make sure to add a hover state to ellipsis icon to achieve that you can use the SVG directly and then add hover state in your CSS code by using
fill
propertyMarked as helpful0 - @HardikRajakSubmitted about 3 years ago@imadatyatalahPosted about 3 years ago
Hey @HardikRajak, good job completing this challenge. Keep up the good work
Your solution looks very good, Here's some tips for you to improve your solution.
- Add shadow to the card
- Wrap your content using
<main></main>
tag(improves accessibility)
Happy coding 👍
0 - @mmc1999Submitted over 3 years ago@imadatyatalahPosted over 3 years ago
Your solution looks great!
i would give you an advice that can help to make your solution looks more like the design:
- Add some
line-height
to texts that needs some space between lines.
Marked as helpful0 - Add some