Design comparison
Solution retrospective
I have a issue with the font-weight. I try to config as in the styleguide but looks different. Could you help me?
Community feedback
- @dpayne713Posted almost 4 years ago
Hey Mesut,
I don't have the original design in front of me but it looks to me like the design has a larger
font-weight
and also a largerletter-spacing
on the items that I can notice the difference on.I also noticed that on your image you should add
object-fit: cover
or some other method of auto re-sizing the image as the aspect ratio is changing on some screen sizes.Hope this helps a bit.
David
1@mesutcifciPosted almost 4 years agoDavid thank you for your comment.
The style file tells me to use the font weight with values of 300, 400 and 600. 300 is small and 600 is bold. I think right value should be 400 but when i am specify 400 it doesn't look like original design.
I tried
object-fit: cover;
with this property it is looks better :)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