@Kamesh-TSubmitted 2 months ago
Ryan Lim
@ryanlim-devAll comments
- @ryanlim-devPosted about 2 months ago
Here are a few more tips to help optimize your code...
- Using a
<main>
tag inside the<body>
of your HTML is a best practice because it clearly identifies the main content of your page. This helps with accessibility and improves how search engines understand your content.
Other than that, keep up the great work! 👍
0 - Using a
- @denner-cesarSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
mudaria as cores
What challenges did you encounter, and how did you overcome them?colocar a foto no canto do cartao
What specific areas of your project would you like help with?centralizar
@ryanlim-devPosted about 2 months agoGreat attempt on the assignment!
I struggled with this too at the beginning, but you can center the blog preview card by using:
.container { display: grid; place-items: center; min-height: 100dvh; }
Let me know if this works for you! :)
Marked as helpful0 - @Thool1Submitted about 2 months ago@ryanlim-devPosted about 2 months ago
Great work!
Have you also considered creating the site using flexbox?
It seems like you might have missed the box shadow around the QR code section.
0