Ho provato a validare un documento .css ed ho ottenuto una pagina che mi dice:
codice:
No error or warning found
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Valid CSS information
html , body {
margin : 0;
padding : 0;
height : 100%;
color : silver;
}
body {
font-size : 76%;
font-family : Verdana, Arial, Helvetica, serif;
text-align : center;
background-color : #000000;
}
div#main {
margin : 0 auto;
width : 600px;
height : 100%;
position : relative;
}
body > div#main {
height : auto;
min-height : 100%;
}
div#footer {
color : silver;
position : absolute;
bottom : 0;
right : 0;
text-align : center;
width : 100%;
padding : 10px 0;
font-size : 80%;
}
div#img_presentazione {
margin : 15px auto;
width : 600px;
height : 400px;
border : 5px outset silver;
}
div#footer p img {
border : medium none black;
}
...posso mettere il logo che certifica l'uso corretto dei css??? e da dove lo prendo il codice???