Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    Hello, here is my solution. I used React to build the dashboard components and to manage theme state.

  • Submitted

    Html Css Js

    • HTML
    • CSS

    0


    This is my solution for the challenge. I've a doubt in which is the best practices when placing cover images: should I inserting it in a <img> tag or just use the background-image property from css. I usally prefer the second way but some time it give me some issue with flexbox.

  • Submitted


    I used React and css module to make singular component independent from each other. I wonder if is a good approach or if is better use general css classes.

  • Submitted


    Hello, here is my solution. I found an issue on enabling ellipsis on multi row paragraph; there is some trick to do that?

  • Submitted


    I started from mobile layout with flex box. When I moved to desktop version I used absolute-relative positioning to place the elements; I'm not sure I did it in the best way possible; can someone give me some advice?

    I added some animations, but I've some issue if someone hammer the buttons. How may I handle buttons hammering?