Design comparison
Solution retrospective
I am proud I managed to finish this exercise, and also the extra challenge: changing font size without the use of media query.
What challenges did you encounter, and how did you overcome them?I hadn't used the clamp function in CSS before - that was a challenge for me in this exercise. I looked up ways of resizing font without using media queries, so doing research definitely helped me to solve it.
What specific areas of your project would you like help with?I suppose I need to look more into the correct way / formula to convert pixels into viewport units.
Community feedback
- @chrisvn1808Posted 7 months ago
Hi, great job on completing the project. I will give you some suggestion about making it better.
I can see that you are using h3 element before h1 element in the HTML. You should avoid this because headings that should be appeared on a webpage in order. h1 -> h2 -> h3 ...
You can read more from here.
Marked as helpful0
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