Design comparison
Solution retrospective
Is there an option that letter size will be responsive in all screen sizes? Another doubt is that the design sizes are too big, how can I design the same in normal sizes?
Community feedback
- @NikolaD93Posted almost 2 years ago
Hello there! π
Congrats for completing the challenge! π
I have 2 suggestions for you:
1.You can do some reset CSS styles. By resetting your styles, you avoid defaulting to the browserβs built-in styles, which differs from browser to browser. π
You can reset styles like this, just write the following code in the CSS file, so instead of writing every element, you can just put an * symbol which marks everything :
{ margin: 0; padding: 0; box-sizing: border-box; }
2.Make sure to write some description on all of your images in the alt attribute. π
https://www.w3schools.com/tags/att_img_alt.asp
Hope this was helpful for you!
Happy holidays! πβ
1
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