Design comparison
Solution retrospective
I've had problems to add the big white balls. Edit: the profile photo cannot charge. It works well when I try in local directory.
Community feedback
- @AlexanderMeloxPosted over 3 years ago
The link is broken, and I think that should be an asset included.
1@angelobc89Posted over 3 years ago@AlexanderMelox Right, thanks. I've solve it but I have a problem with the photo now. What does "asset" mean?
0@AlexanderMeloxPosted over 3 years ago@angelobc89 An asset is any images, SVG's, icons, fonts, videos that are used on a site.
Also looks like your src for the profile image is an absolute path on your computer (src="C:\Users\valep\Pictures\image-victor.jpg").
This should be relative to the file. You should also include your image in the git repo. Currently, you only have the index.html and the css file.
Then you can do <img src="profile-img.png" /> or if you have it under a folder called "assets" you can do <img src="assets/profile-img.png" />
2
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