i use HTML, CSS, And Text editor Vs Code

Solution retrospective
I'm proud that I probably spelled this out more by heart than asking chatgpt because I've worked on the project before.
What challenges did you encounter, and how did you overcome them?Maybe the challenge I faced in terms of design was difficult because I didn't use the plus so I didn't get a figma design so I just worked with sample photos.
What specific areas of your project would you like help with?in terms of padding margin due to not getting the figma design
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gabrilov
Hello!
I'll tell you what I've seen: I see some problem with the colors: the background color and the header color does not correspond to the original template.
On the other hand, in this exercise the semantics in html are important, and I see that you have not implemented it. Tags like "main" or "section" don't appear, and I only see "div," which is fine for structural needs, but not for giving meaning to those structures.
I hope it has been useful to you.
Best regards! :)
Marked as helpful - @Outstandinggirl13
Hello! If you'd like, I can recommend preconnecting fonts to enhance styling. You can find the font names in style-guide.md and add them to the
<head>
tag (through the<link>
tag) in your HTML. Alternatively, since the starter files already include the fonts in the assets folder, you can add them directly to your CSS using@font-face
. I hope you find this advice helpful. Wishing you all the best with your projects! - @rafirachmawan
okay thank you i will change and revise it as soon as possible thank you sir
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord