W3C CSS Validator Results for http://tadej-ivan.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://tadej-ivan.50webs.com/main.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
* a {
color : #0000ff;
font-size : 10px;
font-weight : bold;
}
* a:link {
color : #0000ff;
cursor : pointer;
}
* a:visited {
color : #ff0000;
text-decoration : line-through;
}
* a:hover {
background-color : #ffff00;
color : #ff0000;
text-decoration : none;
}
* a:active {
color : #ff0000;
cursor : default;
}
* abbr.text {
cursor : help;
}
* body {
font-family : tahoma, verdana, sans-serif;
font-size : 12px;
margin : 8px;
}
* br {
line-height : 10px;
}
* div.align1 {
font-family : tahoma, verdana, sans-serif;
text-align : center;
}
* div.align2 {
font-family : tahoma, verdana, sans-serif;
text-align : left;
}
* div.blink {
font-family : tahoma, verdana, sans-serif;
text-decoration : blink;
}
* div.eight {
font-family : tahoma, verdana, sans-serif;
margin : 0 auto;
width : 800px;
}
* div.master {
font-family : tahoma, verdana, sans-serif;
font-size : 12px;
padding : 0 1em;
}
* img.badge2 {
border : 0;
cursor : move;
height : 30px;
width : 80px;
}
* img.icon {
border : 0;
cursor : move;
height : 12px;
width : 12px;
}
* img.pixel {
height : 1px;
width : 1px;
}
* p#wrap {
overflow : scroll;
white-space : nowrap;
}
* table {
font-family : tahoma, verdana, sans-serif;
font-size : 12px;
}
Copyright © 2003-2016 Tadej Persic (or Tadej Persic-Kandus). Some Rights Reserved. This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.