Hola, estoy validando mi página web con w3c validator y los html ya están corregidos pero en los css siempre me saca errores que no entiendo que estén mal...
Os enseño los errores y el codigo:
Errores:
Line 1, Column 1: character "b" not allowed in prolog
Line 23, Column 1: character "p" not allowed in prolog
Line 39, Column 1: character "f" not allowed in prolog
Line 58, Column 1: character "f" not allowed in prolog
Line 64, Column 2: end of document in prolog
}
y este es el código:
Código PHP:
body {
background-image:url('fondo.png');
}
.no{
display:none;
}
.mostrar{
display:block;
position:fixed;
top:180px;
left:250px;
}
.botonsubmit{
background-image:url('botonreg.png');
width:76px;
height:24px;
}
.botonregistro{
position:fixed;
top:180px;
left:33px;
font-family:calibri bold;
font-size:20px;
text-align:left;
background-color:#91DBFF;
border-color:blue;
border-width:3px;
border-width:3px;
width:141px;
height:39px;
}
.input {
background-color:#91DBFF;
font-family:calibri bold;
font-size:15;
color:black;
height:30px;
width:200px;
border-color:blue;
border-width:2px;
border-width:2px;
}
.input:hover{
background-color:white;
}
.submit{
position:fixed;
top:150px;
right:230px;
background-color:black;
font-family:Amperzand;
font-size:18px;
color:#FFC90E;
width:100px;
height:27px;
font-size:
}
He estado mirando en www.w3schools.com los parámetros del css y ahí me salen corretos pero al validarlos, nada...
A ver si me podeis ayudar a enontrar los errores, muchas gracias por la ayuda :)