Design comparison
Community feedback
- @MrLanterPosted about 1 month ago
Hi, I hope you are doing well! Congratulations for the efforts put into the project.
I could give you some suggestions for improvements:
Text size: I recommend using
rem
for text sizes. People changing the default text size in their browser. Usingpx
does not respect their preferences. Explanatory resourceFonts: The fonts that should be used are Montserrat, and Fraunces (If you chose other fonts on purpose, forget what I said). There are no fonts directly in the project, so you can go to Google Fonts and download the fonts.
Responsive: It is best to have a page that adapts to screen sizes. In the image folder of the project there are 2 images, one desktop, and one for mobile. Learn how to use the HTML tag
picture
which chooses the image to use based on the rules you define for it. Explanatory resourceI hope all these suggestions have helped you ! Have a nice day !
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