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

  • Rosanraj 100

    @Rosanraj

    Submitted

    What are you most proud of, and what would you do differently next time?

    -No particular difficulty here.

    -I'm happy with the result.

    What challenges did you encounter, and how did you overcome them?

    -centering the element is the most part.

    -I would think more about which CSS classes to make.

    What specific areas of your project would you like help with?

    -I'm not sure.

    ydctnr 190

    @ydctnr

    Posted

    your solution doesn't show up. But in your css code : h4 { margin-top: 0%; font-family: "Outfit", sans-serif; padding: 30px; font-size: 11px; font-weight: 200; color: Light gray: hsl(212, 45%, 89%); ===>> gives a warning. position: absolute; padding-top: 20%; } you can use: color: lightgray; or color: hsl(212, 45%, 89%);

    h2 { margin-top: 0%; font-size: 100%; font-family: "Outfit", sans-serif; font-weight: 380px; padding: 30px; padding-top: 0%; position: absolute; text-align: center; color: Dark blue: hsl(218, 44%, 22%); ====>> gives a warning } good job :)

    0
  • ydctnr 190

    @ydctnr

    Posted

    Qr-code image doesn't show up. You can try to take another screenshot. Sometimes there can be a small delay before images are properly hosted by github.

    Marked as helpful

    0