我已经添加了
<link rel="stylesheet" type="text/css" href="http://blogsoc.org/mail1/style.css/" />
在 index.html 上面的标签中。但是我的样式表不起作用。我的 style.css 代码是:
body
{
background-color: #23314F;
}
main
{
margin: 0 auto;
width: 880px;
background: #FAFAFA;
}
应该做出哪些改变?