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


    Any feedback about the functionality or areas that could be improved would be great! For example, I was wondering if my logic for scoring comments makes sense.

  • Submitted


    • Just a note that my site may get flagged as a phishing site by Chrome unfortunately
    1. Would love any feedback about the responsiveness of the site and any pointers.

    2. Since the month and year are separate inputs, it seemed there wasn't enough space to create validation messages for both of them so I decided to show only one message for both. Any better ideas for this would be great.

  • Submitted


    I used the following css to make my numbers align vertically:

    width: 28px;
    height: 28px;
    line-height: 32px;
    

    I was wondering if there is any better way to do this.

  • Submitted


    Getting columns of equal widths proved to be difficult with Flexbox when a child uses padding. The alternative I assume is to use a Grid. If there are any simpler methods I would be glad to hear about them.

  • Submitted


    I wasn't sure if I should move my styles to a separate stylesheet. Also, I read somewhere that the use of SASS and LESS is promoted, so maybe I should start using them for future projects?