Design comparison
Community feedback
- @LouisVerchPosted about 20 hours ago
Good job ! Just some help for your future projects :
-
You should do all your css in a separate file. This help other people review your code more easily and give you feedback on it and it makes it easier to identify issues.
-
Your table is coming outside of you container. You can put it inside to contain it and use border collapse so it doesn't overflow and put a max-width of 100%. Same thing for your image.
-
Your are not using the right fonts you can import them from google fonts or find them in the assets/fonts directory and rel them in your CSS or your HTML by clicking on embed : https://fonts.google.com/selection
Good coding !
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