Design comparison
Solution retrospective
I'm happy that I got to practice DOM manipulation!
What challenges did you encounter, and how did you overcome them?I didn't know how to insert the triangle part of the social container, so I had to look at online resources to learn how.
What specific areas of your project would you like help with?Any resources on DOM would be great
Community feedback
- @geomydasPosted 3 months ago
I will update this comment sooner or later but here are some things to consider
-
Use the
rem
unit instead ofpx
when writing media queries. You can why here. NEVER use the px unit for media queries -
Don't use SASS nesting that often, see why
-
NEVER set any font-related properties in
px
. See why -
Use the SASS 7-1 architecture to better organize your files. You can tweak if it you want. Learn more about it here
-
Learn when to use the rem unit. Generally, we use rem if we want to scale it with the users preferred font sizes. Let's say you have a border-radius, would you want to it to scale with the users font size? Of course, no. It will differ from the design.
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