Résultats de la validation W3C CSS de http://merwyn.fr (CSS niveau 3)

Désolé ! Les erreurs suivantes ont été trouvées : (1)

URI : http://merwyn.fr/site/css/design.css

21 nav ul Propriété erronée : font Batang n'est pas une valeur de font-size : Batang,arial,serif

↑ Haut

Avertissements (6)

URI : http://merwyn.fr/site/css/design.css

25 nav ul background-color et border-top-color sont de la même couleur
25 nav ul background-color et border-right-color sont de la même couleur
25 nav ul background-color et border-bottom-color sont de la même couleur
25 nav ul background-color et border-left-color sont de la même couleur
43 La même couleur est utilisée en tant que couleur et couleur de fond dans les deux contextes nav a:hover et nav a
43 La même couleur est utilisée en tant que couleur et couleur de fond dans les deux contextes section et nav a

↑ Haut

Votre feuille de style CSS validée :

body {
background-color : #ddd;
width : 100%;
margin : auto;
}
nav {
width : 100%;
margin : auto;
}
nav ul {
text-align : center;
border : 1px solid black;
padding : 8px;
background-color : #000;
}
nav li {
display : inline;
padding : 5px;
text-transform : uppercase;
background-color : black;
}
.active {
color : #fb6c25;
}
nav a {
color : #fff;
text-decoration : none;
padding : 10px;
}
nav a:hover {
background : #fff;
color : #000;
}
section {
width : 60%;
margin : auto;
background-color : #fff;
padding : 10px;
font : 18px arial;
margin-top : -16px;
border-left : 5px solid #000;
border-right : 5px solid #000;
}
iframe {
width : 100%;
height : 800px;
}
legend {
font-weight : bold;
}
h1 {
font-weight : bold;
color : #1e1aa7;
}
.attention {
border : 1px solid #fb001e;
font-weight : bold;
box-shadow : 6px 6px 6px #fb001e ;
margin : auto;
padding : 2px;
}
a {
text-decoration : none;
color : #2542fb;
font-weight : bold;
}
a:hover {
color : #fb001e;
}
.validation {
margin : auto;
}
.send {
display : block;
float : none;
width : 75px;
margin : 10px auto;
margin : 0 auto;
color : #fb001e;
}
footer {
border : 5px solid #000;
border-radius : 0 0;
width : 60%;
margin : auto;
padding-left : 10px;
padding-right : 10px;
text-align : center;
font-weight : bold;
}

↑ Haut