一种是目录不对,还有一种就是一楼所说的。先换成
如果还是不行,那你就要看看目录是否正确了。
css文件不用再写了,直接写选择器就行。比如:
p{
background-color: green;
font-size: 40px;
}
.p1{
font-family: 隶书;
}
body{
background-color: blue;
background-image: url("../image/11.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top ;
}
link小写
你的default.css是什么内容?你是怎么断定没有链接到的 ?
应该是目录路径不对