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

  • @paddypeanut

    Posted

    HTML Structure looks great and very tidy.

    Page style looks perfect on large screen. Needs some media queries to make small changes on mobile i.e font size.

    Really well done , great job!

    0
  • @paddypeanut

    Posted

    Looks good overall, but the html structure could be improved, this in turn will give you more control over the css to get closer to the design.

    For example, I would wrap the component in another containing div and set this to flex and make the height full screen (100vh) and the center the component by using "justify-content:center;" and "align-items: center;" as apposed to using any margin to achieve this.

    The width of the component needs the be smaller. The text looks good but needs to be centered. This will achieve the multi line look of the design when the width is correct.

    Marked as helpful

    0