
Design comparison
Community feedback
- @rc-0105Posted 3 months ago
Hi Damiro Gómez congrats on completing the challenge. There's some tips to improve your project and the next ones.
1)Remember to use em and rem units in some of the properties like paddings and margins. If you need help on that click this.
2)I dont know if its only me but i cant see your images, i think that may be a problem adding the url correctly, also there's a lot of ways on making images responsive and changing theme depending on screen sizes for more infoclick this.
3)You could aplly the fonts directly on the elements that its need. For example on your code i noticed that the big price isnt with the correct font family so you could change it by making this.
.element { font-family: 'Fraunces', sans-serif; }
Hope it was helpfull and have a great day ^^
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