Design comparison
SolutionDesign
Community feedback
- @OmprakashRPosted 5 months ago
Hi,
Hi,
Congratulations!! I hope you are doing well.
I have some suggestions for your CSS work.
-
Do not use a height of more than 100 vh for vertical viewport height. page body having 100vh, 100%
-
use @font-face for customer fonts declare in top of the CSS @font-face { font-family: myFirstFont; src: url(sansation_light.woff); }
use : .para,.paras{ font-family: myFirstFont; } or you can combine class for if you want to use same CSS properties for the same output ..
Thank You!!!
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