Design comparison
Solution retrospective
I am proud of kind of figuring out the spacing part of styling. I would like to be able to style more intuitively.
What challenges did you encounter, and how did you overcome them?This project helped me understand the needs of padding and margins to apply space properly
What specific areas of your project would you like help with?I would like help with fonts.
Community feedback
- @dylan-dot-cPosted 12 days ago
Well done!
For the spacing css frameworks like tailwind and Bootstrap have a spacing standard that seems natural you can check out tailwindCSS.
For the fonts its the first time I see someone specifying the fonts like that, I normally use google fonts and those help making it easy ig. Maybe its because you used the separate files, I think google FOnts import all the presets so you could just specify the font-weight anywhere and it wont be a problem. In this case put the font-family as inter on the body element, and just change the font weight for the special classes or tags.
Not an expert but this is my 2 cents.
0
Please log in to post a comment
Log in with GitHubJoin 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