My second Challange !
Abdul Hasib
@abdulhasibnAll comments
- @Lolex3366Submitted about 2 years ago@abdulhasibnPosted about 2 years ago
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 helpful0 - @thebineySubmitted about 2 years ago
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.
@abdulhasibnPosted about 2 years agoHello. 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