我修复了大部分错误。但是我到了最后几个,并且不知道从哪里开始。
感谢任何帮助。
非常感谢, 肯
答案 0 :(得分:1)
错误:
这不起作用:加倍{{}}
@font-face {
{
font-family : "'Roboto'";
font-style : normal;
font-weight : 300;
src : local('Roboto Light'), local('Roboto-Light'), url(https://themes.googleusercontent.com/static/fonts/roboto/v10/Hgo13k-tfSpn0qi1SFdUfaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
}
也
错误:font-family : "'Roboto'";
以这种方式
font-family : 'Roboto';
和
content: "";
是的,但它同样适用
content: '';
<强>重新验证强> css-validator和 恭喜!没有发现错误。
答案 1 :(得分:0)
您有一些不透明度设置为大于1的数字。不透明度范围为0到1.您在其中一个幻灯片中也有错误的图像属性。并且您可能想要在Firefox控制台中检查您的网站,以查看Javascript引发的异常