Design comparison
Community feedback
- @TjasaZilPosted over 2 years ago
Hi EviTee!
Good job on your solution!🥂 I see that you did not link your CSS and HTML files properly. Try
href="styles.css"
instead ofhref="../styles.css"
in your link tag and this should solve the issue. Also, try and use<h1>
instead of<h2>
since this is the main/only heading. You can style it accordingly with CSS.Other than that I have skimmed your code and it looks nice. 👌
I hope this comment will be helpful to you.
0@EviteePosted over 2 years ago@zuzexx Hi, thanks for your feedback. I created a live page on Github ( everything was linked like you suggested, but the image did not appear. Found solution for the problem - to put ../ in front of file path and it worked. Then I decided to change README file (Udes template and replaced the original file), them uploades the solution here, and links are not working properly anymore... Spent already 2 hours looking for 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