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 solutions

  • Submitted


    I´ve struggeld a alot with this background of the whole page. Got anyone an idea of how this background can be solved better?

    Also, does anyone have a better idea how to solve this better with the profile picture?

  • Submitted


    Hi 👋, please feel free to give me some feedback of my solution here 😉.

    Thank you 😀

  • Submitted


    I'm relatively new to CSS and HTML. Please give me some feedback on how the CSS is written and what I could improve on it. Thank you 😀

  • Submitted


    This was my first "bigger" project that i´ve worked on. Please give me an honest review of the code if possible, where i have to work or improve on.

    That max-width / min-width in the main selector has thrown me off, espacilly in the end when i was working on the desktop-page. Can you please tell me a bit more about it? Why can't I center my component on the crossaxis but had to do it with margin: 0 auto?

    So far i´ve learnd a alot from this challenge using Flexbox.

    Thank you for your time ;)

  • Submitted


    The challenge wasn't difficult for me, but it was quite good for practicing the "basics".

    But i´m unsure about this html structure:

    <div class="qrcode-container ">
      <img src="images/image-qr-code.png" alt="A QR-Code to frontendmentor.io">`
    </div>
    

    Is that the "best practice", wraping a div-container arround an image or should i do it without the surrounding container?