Using percentage and trying to avoid using media query
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None
Using percentage and trying to avoid using media query
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None
Your profile card is not centered vertically. You can use a flexbox layout to center the profile card, you can also increase the height of the profile card.
Next time I will use Tailwind CSS for my project
The blog date published text looks bolder than the design. You can use the font-weight property to get the desired thickness for your text.
Understood git and the starter files a little bit.
What challenges did you encounter, and how did you overcome them?A whole lot. Referred to lots of solved challenges and had help online.
What specific areas of your project would you like help with?Areas people identify and see the need for it to be corrected.
Your solution is very different from the expected solution. The preview site and view code link also not working so I cannot view them as well
You have to first create a div element and provide that div element with some height and width based on Figma. Then within the div element, you can display your QR image and use the appropriate padding and border-radius to achieve the desired result. Then second can add an h1 tag for the Primary text and then a p tag for the secondary tag.