Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
CSS分析错误(W3C验证程序)_Css - Fatal编程技术网

CSS分析错误(W3C验证程序)

CSS分析错误(W3C验证程序),css,Css,我对css验证有问题 网站地址:www.programishta.pl/NK/ 请验证它,并帮助我: W3CCSS验证程序显示:33解析错误baner 我找不到错误:/ 链接到CSS: CSS的一部分: #baner { width: 100%; height: 120px; font-family: "Gnuolane", sans-serif; font-size: 72px; background-image: url("../Images/chec

我对css验证有问题

网站地址:www.programishta.pl/NK/

请验证它,并帮助我:

W3CCSS验证程序显示:33解析错误baner

我找不到错误:/

链接到CSS:

CSS的一部分:

#baner {
    width: 100%;
    height: 120px;
    font-family: "Gnuolane", sans-serif;
    font-size: 72px;
    background-image: url("../Images/checkers.gif");
    background-repeat: no-repeat;
    background-position: 90% 15px;
    letter-spacing: 3px;
    font-weight: bold;
    }

当我在W3C验证代码时,我没有得到任何错误


哪个配置文件CSS2.1、CSS3。。。您是否使用验证?页面/内联样式中是否有其他css?