my first profile card project using html and css
Design comparison
Solution retrospective
I would like comments and criticism on this project and how to position very well and write clean code. Thanks
Community feedback
- @hagureshinmaPosted almost 4 years ago
Hello Jones!
Good attempt, try to improve your solution separating elements more logically, for example instead of using a div to hold your background bubble images you can use the background property of the container "main-page" (tip: you can apply multiple backgrounds to a single element). And make your div "profile" only contain elements that belong inside it.
Give a read to HTML semantics to improve your html code as well.
Happy coding!
0@JonesovoPosted almost 4 years ago@hagureshinma Thanks very much for the reply. I will read more on html semantics and improve more on my solution. I really appreciate
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