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

  • Lukas 50

    @Lolex3366

    Submitted

    My second Challange !

    @abdulhasibn

    Posted

    hello. Congrats on completing your second challenge. I would like to give some suggestions for your project. Try to create a separate file for CSS and link your file in your HTML file, instead adding a giant script tag and also adding some inline CSS. As you can see, your component is not centred. To achieve that you can use

    display: flex;
    justify-content : centre;
    align-items: centre;
    

    Also change the flex-direction: column of the main element .

    Marked as helpful

    0
  • @thebiney

    Submitted

    Hello. This is my first time doing something like this and found it to be quite an amazing experience. I would like to ask how to properly address issues of padding, spacing, margining, and positioning in my code, especially when it comes to the CSS components. This mainly revolves around which specific code to use, when to use it and how it should be used. Thank you.

    @abdulhasibn

    Posted

    Hello. Reading your code I got to know some new tips for myself. Thanks for that. I would like to ask, is there any specific reason for declaring the size for border-radius of your QR-code picture, four times. Because declaring it once suffices the need, unless you are planning to add different values for different corners.

    1