-2

它在一个名为“网站”的文件夹中我的 css 文件有

body {
   background-color: #d0e4fe;
}
h1 {
   color: orange;
   text-align: center;
}
p {
   font-family: "Times New Roman";
   font-size: 22px;
}

为什么它不起作用?

4

2 回答 2

1
于 2013-07-24T02:54:27.853 回答
0

尝试

<link rel=“stylesheet” type=“text/css” href=“Website/style.css”&gt;
于 2013-07-24T02:49:53.613 回答