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

  • jamespask 60

    @jamespask

    Posted

    Pretty proud of this one, I focused on better CSS structuring and also managed to get it pretty close to the design :)

    1
  • jamespask 60

    @jamespask

    Posted

    GitHub Pages can run into issues with relative links. In my experience the link will break if it is for example: /images/image-qr-code.png, the fix to get the image working is to add a period in front to allow the right folder to be found: ./images/image-qr-code.png

    0
  • jamespask 60

    @jamespask

    Submitted

    I had issues with center aligning everything on the page with this challenge. Normally I would just put display: flex; align-items: center; justify-content: center on the surrounding container but that seemed to cause issues with mobile when used in tandem with height: 100vh, I did some googling and adding margin: auto seemed to fix the issue.

    jamespask 60

    @jamespask

    Posted

    I have a question, where should the H1 go on an element like this? There are 3 equally important titles but the Accessibility report suggests the need for an H1

    0