W3C CSS Validator results for https://tilde.team/~novaburst (CSS level 2.1)

Sorry! We found the following errors (3)

URI : https://tilde.team/~novaburst/css/front.css

20 hr Property border-size doesn't exist : 1.5px
24 table.menu Property border-size doesn't exist : 5px
31 .banner Property border-size doesn't exist : 2.5px

↑ Top

Valid CSS information

body {
background-color : #000000;
font-family : monospace;
text-align : center;
color : #f0f0f0;
}
a {
color : #660055;
}
a:hover {
color : #880088;
text-decoration : blink;
}
a:visited {
color : #BB55BB;
}
hr {
border-color : #550000;
border-style : dotted;
}
table.menu {
border-color : #550000;
border-style : ridge;
}
.foot {
text-transform : uppercase;
}
.banner {
border-style : dotted;
}

↑ Top