Latest solutions
Recipe-page
Submitted 4 months agoI think the fundamentals are still my biggest focus—HTML structure and CSS. It always comes back to the basics. I needed to take the time to watch tutorials and read documentation to improve.
Social Links Profile
Submitted 4 months agoOne thing I’ve started to notice is how important spacing and structure are — especially how elements like the <main> tag and nested <div>s work together. I’m excited to keep learning more!
frontend-mentor-QR-code-component
Submitted 4 months agoI think I can handle this project by myself, but the next activity is something new to me. I’ll probably need help with the fundamentals. Someone also left a comment on my last activity, and I plan to look into it to strengthen my foundational knowledge.
Blog-preview-card
Submitted 4 months agoThe areas I think I need help with are my weak side — the fundamentals — having a hard time with basics like CSS and the structure of the HTML itself.
Latest comments
- @denise-star-glitch@PedroPeterrr
Your work looks good!
You can improve it to match the initial design by importing the correct font style. You can watch some YouTube tutorials on how to import fonts from Google Fonts. Also, adjust the padding and margin, and make sure to check the style-guide.md to match the colors properly. I also suggest using :root for color variables for better tracking and organization.
Overall, your code looks good and you have nice comments throughout.
- @TerenceCLZhang@PedroPeterrr
I noticed the font size, font weight, and padding are a bit off compared to the design. Tweaking those details will help make your layout more accurate. Your code is clean, and the comments are helpful — keep up the great work!
- @Ale-Esc@PedroPeterrr
I noticed that your component isn’t centered on the page. Try adjusting the height and width so it displays the same as in the Figma design. You can check out this W3Schools guide on CSS height and width to better understand how to use them effectively.
Your code looks good — keep it up!
Marked as helpful - @valenfontana7@PedroPeterrr
Hello! I noticed that the card text isn't quite centered, and the padding inside the container seems slightly different from the design. I recommend taking another look at the Figma file to match the exact spacing and alignment.
Also, your code is nicely structured and well-indented — it’s clear and easy to read. Great work on maintaining clean code! Keep it up!
Marked as helpful