
Design comparison
Solution retrospective
I'm most happy with feeling that basic HTML and CSS are starting to click and become familiar. This is my first project using flexbox which I just learned and was pretty straight forward.
What challenges did you encounter, and how did you overcome them?The biggest challenge here was getting the image to show up on github pages. After A LOT of trouble shooting I found the github pages will accept .jpg but NOT .jpeg and will recognize a path starting with "./" but NOT "/".
What specific areas of your project would you like help with?Any feedback on how to make my code cleaner, more concise, or more responsive would be greatly appreciated!
Community feedback
- @Shah-Faisal-cloudPosted 2 months ago
Nice Work!
For smoother transitions, you might want to consider using the
transition
property.transition: background-color 0.25s ease-in /* Adjust according to your need. */ }
Marked as helpful0 - P@makogeborisPosted 2 months ago
Great work
- Ideally there should be at least one heading element on each web page, the .profile-name could be an
h2
. - Use an unordered list
ul
to group the links for better semantics and accessibility and also you don't need to wrap the links in abutton
just thea
tag is enough
Marked as helpful0 - Ideally there should be at least one heading element on each web page, the .profile-name could be an
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