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

  • @memoye

    Posted

    Hi @vonjytahina,

    I've reviewed your solution preview and it looks great! However, I noticed that it's not fully responsive. Here are two suggestions on how to make it more responsive:

    Use relative units, such as em and rem, instead of absolute units, such as px. This will allow the font sizes and other dimensions to scale relative to the screen size. Avoid using fixed widths and heights. Instead, use flexible layout methods, such as flexbox and grid, to allow the elements on the page to resize and reposition themselves as the screen size changes. For more information on relative units, check out this article: Absolute and Relative CSS Units.

    I hope this feedback is helpful! Happy coding!

    Marked as helpful

    0