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

  • PadseFIAE 70

    @PadseFIAE

    Posted

    Hello Toshihiko, to center the content u could use Display Flex like this:

    body { display:flex; justify-content:center; align-items:center; height:100vh; }

    than the content should be centered :)

    Nice solution by the way. It looks close to the original.

    greetz Padse

    Marked as helpful

    0
  • PadseFIAE 70

    @PadseFIAE

    Posted

    Hello Natnael,

    your solution for the desktop looks fine to me.

    A problem with the responsive design is the fixed sizes of Elements. Try to use % attributes, this should help u for the resize on any screens. But u allready get a Link from Deevyn9, i think that will explain it a little bit deeper.

    The different between % and vh is that vh take care of the Viewport and the % of the parent Element (i learnd yesterday).

    Hope my tip will help u in future :-)

    Marked as helpful

    0