I was a good exercise
What challenges did you encounter, and how did you overcome them?I was a good exercise
What specific areas of your project would you like help with?I was a good exercise
I was a good exercise
What challenges did you encounter, and how did you overcome them?I was a good exercise
What specific areas of your project would you like help with?I was a good exercise
thanks I tried your suggestions out. 👍
I did have trouble before when trying to complete the QR Code Component by using flexbox. This time, I was able to position the elements with ease. I somehow understand how or when to use flexbox.
What challenges did you encounter, and how did you overcome them?I am confused on what html tags should be used. For example on the content, there is Category, PublishedDate, and Description objects. I just made them into paragraph tag. For the Title, I know for sure that it should be a heading.
What specific areas of your project would you like help with?I would appreciate to have a feedback on the HTML structure I created.
I was able to complete the challenge close to the design. Next time I will more focus on learning about the positioning of the elements.
What challenges did you encounter, and how did you overcome them?Learned that if an element has padding applied let's say 20px on all sides and if we also apply the border-radius to less than 20px we might not see the rounded corners of that element because, The reason is that the rounded corners are created within the element's border-box, which includes padding. If the border radius is smaller than the padding, the curves fall entirely within the padding and become invisible. Increasing the border-radius allows the curvature to extend beyond the padding and become visually apparent.
What specific areas of your project would you like help with?Q. I am new to the CSS HTML I was somehow able to complete the challenge but I still don't know if this is the correct approach or not. Could anyone help me what could I have done better here?
Q. If I apply padding of 20px to an element and then I apply border-radius: 20px why the border does not appear rounded on my element?
Different Background Color than the original