Design comparison
Community feedback
- @Mys1337Posted 6 months ago
Congrats for finishing this project :)
It is accessible, as an improvement, you could use a new CSS file for better maintaining of your code. It is adapting to multiple device and it your solution doesn't differ much from the design.
Also I noticed the image is not rendering on your site
<img src="assets/images/avatar-jessica.jpeg" alt="profile-icture">
The beginning of your src is missing the root of folder it should be something like this to let it access from the root folder without fail:<img src="./assets/images/avatar-jessica.jpeg" alt="profile-icture">
Keep up the good work! Good solution! :)
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