@LorisDucamps
Posted
Hello mohammed,
Why did you rename your index.html to index.md ??
.md files are files that allow you to use markdown. I'll let you see it on the web :)
-> rename your index.md to index.html
On will see later, if there are still conflicts :)
See you soon
@Mohamed-Asaad
Posted
@LKA-LORIS Thank you bro, I changed it but some styling still missed
@emestabillo
Posted
@Mohamed-Asaad
Hi Mohamed, after renaming to index.html, you also need to add your styles by inserting a link inside the <head>
tag such as <link rel="stylesheet" href ="styles.css">
. The styles are missing because you may be calling them from the C:
drive in your computer, which Github doesn't have access to.
Hope this helps :-)