Design comparison
Community feedback
- @CamiloZamoraPosted about 1 year ago
Hi there, I´d like to give you some tips I´ve learnt so far.
- It´s good practice to use a separate file (eg. style.css)to give some styles to your page, you can link it within the head tag of your HTML file using a <link> tag.
- The structure of the code in general must be indented(Usually 4 spaces).
And finally, I think you linked the wrong file for Live Site URL.
Cheers.
Marked as helpful0 - @AnuNumataPosted about 1 year ago
Thank you for your valuable feedback @CamiloZamora. Can you please help to link the live site URL.
0@CamiloZamoraPosted about 1 year ago@AnuNumata. Sure you should go to https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site and start whete it says creating your site, it's straight forward.
And I just forgot to say that you should name your main html file (default) as index.html dou to this is the file that browsers look for when loading your web site.
Marked as helpful0@AnuNumataPosted about 1 year agoI have corrected html file name. Now It looks fine. Thanks a lot for guiding @CamiloZamora!
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