Creation of "Result/Summary" component by using HTML, CSS and Flexbox
Design comparison
Solution retrospective
What best practices do I need to apply?
What would you add/remove from my project that is more or less necessary?
Are the project dimensions correct?
Community feedback
- @OmprakashRPosted over 1 year ago
Hi, Congratulations!!
I have some suggestions for this project, I hope this is helpful for you.
- as we use width in view post. use
vw
(Viewport Width) notvh
vh for height ( viewport Height). - please check your font location properly font src does not render properly.
The rest of the code is fine but you need to check the height for the boxes.
Thank You!!
Marked as helpful0@Zeuqram24Posted over 1 year ago@OmprakashR Thanks to you! for the note to use vw in widths instead of vh. On the other hand, I just realized the problem of the fonts, but it seems strange to me, the src is fine. Also, both in github pages and in the localhost everything appears correct, do you have any idea why this is happening?
edit: I have checked on another computer and yes, the font problem is there. I will check what happened, however, do you have any idea what happened?
However, the height seems to be correct: https://zeuqram24.github.io/zeuqram241.github.io/
0@OmprakashRPosted over 1 year ago@Zeuqram24 ,
Make sure. That location . './assets/ .. like this . please check once.
0 - as we use width in view post. use
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