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 comments

  • P

    @RogelioCamargo

    Posted

    Your solution looks awesome. I do recommend this methodology for naming class names: BEM 101.

    I recommend picking up this naming scheme for larger projects as it'll make your CSS writing more maintainable!

    Marked as helpful

    0
  • P

    @RogelioCamargo

    Posted

    Your solution is awesome and looks great on all devices.

    What I noticed:

    1. Font is incorrect. In case you don't know how to use Google fonts, this is a good resource: How to use Google Fonts
    2. Use "min-height: 100vh" for body instead of "height: 100vh." Setting the height: 100vh may result in the component being cut off on smaller screens.
    0
  • P

    @RogelioCamargo

    Posted

    I love that you used CSS variables. It looks like your solution isn't responsive. I personally suggest taking a mobile-first approach.

    Mobile First Design

    Marked as helpful

    1