我在我的页面中添加了以下内容:
<head id="Head1" runat="server">
<link href="Content/Site.css" rel="stylesheet"/>
<title></title>
</head>
这就是 .CSS 文件的样子:
.form {
background-color: #b0e0e6;
margin-left: auto;
margin-right: auto;
width: 70%;
}
<body>
<form runat="server" class="form">
..
....
</body>
但是,当我在 IE 中查看页面时,没有任何变化。
我究竟做错了什么?