Design comparison
SolutionDesign
Solution retrospective
This is my first project. What you think?
Community feedback
- @talissoncostaPosted over 1 year ago
Hello @Ataize Congrats for your first project. I just have small tips for now..
- Avoid using
tags
(h1, body, p) to refer in your styles. Although it works, it is really dangerous to use it on real projects. So, try to useclasses
or evenids
to refer your elements in thecss
file. - Texts are not properly centered
I hope it helps.
Happy coding! :D
Marked as helpful0 - Avoid using
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