它在一个名为“网站”的文件夹中我的 css 文件有
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 22px;
}
为什么它不起作用?
它在一个名为“网站”的文件夹中我的 css 文件有
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 22px;
}
为什么它不起作用?