Here is the link of my website: https://foysalmeazi.github.io/foysalportfolio/ when I visit the website it show only html but css is not showing.
1 Answer
It missing bootstrap on your web, in html code:
instead of
<link rel="stylesheet" href="Css/bootstrap.min.css">
change to:
<link rel="stylesheet" href="CSS/bootstrap.min.css">
Folder on path is case sensitive.
2 Comments
Abdullah al Foysal
Now it says There isn't a GitHub Pages site here.
Hans Felix Ramos
I see foysalmeazi.github.io/foysalportfolio it works, or where do you see that warning?