如何链接到Github上我的图像文件夹中的图像?

时间:2017-08-28 20:49:25

标签: css github github-pages

enter image description here

enter image description here

我试过这个^ HTML以及../images/IMG_6341.jpg但是我的github页面上没有显示任何图像。 CSS,Javascript和HTML加载完美,而不是链接图像。当它们不在images文件夹中时,它工作,src是一个简单的IMG-6341.jpg'。

1 个答案:

答案 0 :(得分:0)

  • 您在url()属性值上缺少background
  • 应为background: url(/images/IMG_6341.jpg);

段:

body {
  background: url(https://placehold.it/500x500) no-repeat center center;
}