我通过将 CSS、图像等放入相应的文件夹来清理我的网络投资组合目录。
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/contact.css">
但是,如果我的 CSS 文件位于目录中,我似乎无法加载某些 DIV 元素。
DIV 如下:
#contact-form-wrap {
width: 1024px;
margin: 0 auto;
background: url('img/form-bg.png') no-repeat;
min-height: 768px;
}
有没有办法解决这个问题?除了上面的 div 之外,其他所有东西似乎都加载了。