Design comparison
Community feedback
- @giovanni-bandinelliPosted about 11 hours ago
Good attempt but it could be really improved upon.
I don't know if the error lies in your HTML or how you uploaded the files on github but your photo isnt visible, using a relative path
src="./image2.jpg">
will fix this.Then I'd suggest you to stick to either using inline CSS or separating it in its own document as using both more often then not makes it harder to understand or maintain
Also it's a good practice to call your main HTML file 'index.HTML' since it's the default file that web servers look for when a user accesses a website; for CSS we usually have style.css/styles.css or main.css but it's not that important.
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