我正在尝试在我的网站上运行自定义404页面,但是css无效。
的CSS:
#404-container{
text-align: center;
}
.404-item{
text-align: center;
}
HTML:
<div id="404-container">
<h1 class="404-item">404</h1>
<h3 class="text-format-italic 404-item">The requested page could not be found</h3>
</div>
firefox控制台说:
Selector expected. Ruleset ignored due to bad selector.
两次。
答案 0 :(得分:3)
啊哈!请不要用数字开始你的课程和身份证。这是最好的编程习惯。你甚至不能用数字开始你的变量名。
将其更改为:
#four04 {
...
}
答案 1 :(得分:0)
我尝试并运行代码,它在我的工作正常..所以我真的不知道。尝试使用container404或其他东西而不是404容器。我认为这个链接可能对您有用。浏览评论并查看您的错误是否已解决: -