W3C CSS Validator results for glicer.css (CSS level 3 + null)

Sorry! We found the following errors (1)

URI : glicer.css

33 Unknown pseudo-element or pseudo-class :hovers

↑ Top

Valid CSS information

html {
font-size : 100%;
}
body {
height : 100%;
padding-top : 80px;
padding-bottom : 40px;
font-family : "Verdana", Arial, serif;
font-size : 1em;
}
.container {
margin-right : auto;
margin-left : auto;
padding-left : 15px;
padding-right : 15px;
}
.error {
background-color : rgba(237, 236, 233, 1);
}
.text-danger {
color : #a94442;
}
a {
color : #555;
text-decoration : none;
}
a:focus, a:hover {
color : #222;
text-decoration : none;
}
a:active, a:hover {
outline : 0;
}
@media (min-width:1200px) {
.container {
width : 1170px;
}
}

↑ Top