Valid CSS
W3C CSS Validator Results
W3C CSS Validator Results for http://tadejpersic.50webs.com/index.html Congratulations!
Valid CSS! This document validates as CSS!
...To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
...Warnings
URI : http://tadejpersic.50webs.com/sheet1.css* Line : 4 (Level : 1) You have no background-color with your color : a
* Line : 12 (Level : 1) You have no background-color with your color : a:link
* Line : 19 (Level : 1) You have no background-color with your color : a:visited
* Line : 34 (Level : 1) You have no background-color with your color : a:active
Valid CSS information
*{
font-family : tahoma, verdana, sans-serif;
}
a {
color : #000000;
font-size : 12px;
}
a:link {
color : #000000;
cursor : pointer;
}
a:visited {
color : #000000;
font-weight : normal;
text-decoration : line-through;
}
a:hover {
background-color : #000000;
color : #ffffff;
text-decoration : none;
}
a:active {
cursor : default;
}
abbr.acronym {
cursor : help;
font-size : 11px;
}
body {
background-color : #000000;
font-size : 11px;
margin : 10px;
}
br {
line-height : 8px;
}
div#content {
float : right;
margin-left : 10px;
padding-right : 20px;
height : 450px;
width : 640px;
}
div#inner
float : left;
height : 112px;
text-align : center;
width : 110px;
}
div#menu {
float : left;
height : 450px;
width : 150px;
}
div#sinister {
text-align : left;
}
div#wrap {
background-color : #ffffff;
font-size : 11px;
margin : 0 auto;
width : 820px;
}
div.middle {
text-align : center;
}
h1 {
font-size: 16px;
}
h2 {
font-size: 14px;
}
img.button {
border : 0;
height : 16px;
width : 16px;
}
span#dropcap {
font-size : 1.4em;
font-weight : bold;
}
span.tenpx {
font-size : 10px;
}
ul#navmenu {
margin-left : 18px;
padding-left : 20px;
text-align : left;
}