Full Project Tutorial - Frontend Mentor QR Code Component

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 6

  • @abdultalllyrics5276
    @abdultalllyrics5276 9 місяців тому +2

    Nice video. I'm kinda new to programming.
    I have another suggestion on how to center the elements.
    /* Using text-align: center; in the qr-container, everything in the container(image, h1, p) centers.
    Then I can decide not to use h2 and p {text-align: center} and vice versa. */
    I'd like to connect with you If You don't mind so we can do projects together in order to improve my programming knowledge.

  • @rahmanmusah4470
    @rahmanmusah4470 8 місяців тому +1

    I was thinking text align is for typography only not items like images but it worked when you used it.

  • @tommypool-xd5np
    @tommypool-xd5np 5 місяців тому +2

    Am I right in thinking that guessing the width and height of the element isn't necessary if you download the design files (figma files etc)?

    • @PracticalWebDev
      @PracticalWebDev  4 місяці тому

      You are correct. However, this is now a paid feature with Figma (used to be free for years) I think you have to pay $15 a month to get the dev tools that give you the CSS for each project you are working on. I was unaware of the new premium subscription when I made this tutorial.

  • @rahmanmusah4470
    @rahmanmusah4470 8 місяців тому

    could you please do a video on how to submit the challenges

  • @rahmanmusah4470
    @rahmanmusah4470 8 місяців тому +1

    I used max width 100% for image and i had a hard time centering it in the card-container.