Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
16
Comments
5
Jordan Kleinbaum
@JordanKleinbaum

All comments

  • BotAldaris•140
    @BotAldaris
    Submitted almost 2 years ago

    FAQ accordion card

    1
    Jordan Kleinbaum•210
    @JordanKleinbaum
    Posted almost 2 years ago

    Great job! Everything looks great. Just from a UX perspective, it is a little redundant to have the orange carrot to the right as well as the black one to the left. Besides that, everything looks good!

  • billynguyen25•70
    @billynguyen25
    Submitted almost 2 years ago

    media query, roots, import

    2
    Jordan Kleinbaum•210
    @JordanKleinbaum
    Posted almost 2 years ago

    Also for your image not loading, I had the same problem. Make sure you use the exact right file path in your html head section when linking your css. Read this for more help

    Marked as helpful
  • billynguyen25•70
    @billynguyen25
    Submitted almost 2 years ago

    media query, roots, import

    2
    Jordan Kleinbaum•210
    @JordanKleinbaum
    Posted almost 2 years ago

    Here are a couple ways to Center A DIV:

    -position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);

    -display: grid; place-items: center; min-height: 100vh;

    -display: flex; align-items: center; justify-content: center; min-height: 100vh; width: 100%;

    -position: absolute; inset: 0; margin: auto;

    Putting any one of these 4 methods in your body section of your css should center whatever you start making :)

    Marked as helpful
  • Juliano Paulo•20
    @Gary068
    Submitted almost 2 years ago

    QR code page using css and html

    1
    Jordan Kleinbaum•210
    @JordanKleinbaum
    Posted almost 2 years ago

    Great job! Practice makes progress!

  • Gabriel Gemma Ifechukwu•20
    @Gemgabriel1
    Submitted almost 2 years ago

    QR Component Code using HTML and CSS

    4
    Jordan Kleinbaum•210
    @JordanKleinbaum
    Posted almost 2 years ago

    I also had this problem too. I tried a bunch of solutions, but the one that worked for me was creating the shortest possible file path to your image. For example I see in your code that you linked it like this "<img src="C:\Users\hi\Desktop\qr-code-component-main\images\image-qr-code.png" alt="qr code" class="qr-code">"

    That finds the image by using the root of your files, and then going all the way through the path to the image. In my code, I linked my image like this "<img src="images/image-qr-code.png" alt="QR Code Image" class="pic" />". Both ways (how you did it and how I did it) are technically fine, but it's always good to make your code as manageable as possible for others and the computer.

    Here is a link to my repo where you can see all of the code. https://github.com/JordanKleinbaum/QRCodeFrontEndMentor/blob/main/index.html

    Shorten the link to your image and see if that changed anything! (ps, github pages also takes a few minutes to update everything)

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub