Result Summary Component Challenge with html and css
Design comparison
Solution retrospective
Feedback welcome
Community feedback
- @Refer59Posted over 1 year ago
Hi! π Congratulations on finishing your first challenge.
As feedback I would recommend you that:
-
If you going to use absolute units(px), only use them in your main container, and then using relative units(%, rem, em) in the elements whose are inside your main container, that will make the layout design way easier and faster for building responsive design
-
Seems that you didn't import the Font set, you can go to google fonts, find the Font name that the Readme file is asking you to use, select the weights and then copy the 2 html tags and paste them inside the <head> tag of your index.html. you will able to use the font family in your css code.
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@500&display=swap" rel="stylesheet">```
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