W3C CSS Validator results for http://www.educationaltechnology.ca/webquest/css/basic.css (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
    </a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http://www.educationaltechnology.ca/webquest/css/basic.css
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Warnings (1)

URI : http://www.educationaltechnology.ca/webquest/css/basic.css

98 voice-family: You are encouraged to offer a generic family as a last alternative

↑ Top

Valid CSS information

body {
color : #333;
background-color : white;
margin : 20px;
padding : 0;
font : 11px verdana, arial, helvetica, sans-serif;
}
img {
border : none;
}
#header {
text-align : center;
margin-bottom : 34px;
}
#menu {
list-style : none;
margin : 0;
padding : 0;
margin-bottom : 10px;
}
h1 {
margin : 0 0 15px 0;
padding : 0;
font-size : 28px;
font-weight : 900;
color : #ccc;
}
h2 {
font : bold 12px/14px verdana, arial, helvetica, sans-serif;
padding : 0;
margin : 0 0 5px 0;
}
p {
font : 11px/20px verdana, arial, helvetica, sans-serif;
margin : 0 0 16px 0;
padding : 0;
}
li {
padding-bottom : 1.2em;
}
.Content > p {
margin : 0;
}
.Content > p + p {
text-indent : 30px;
}
a {
color : #09c;
font-size : 11px;
font-family : verdana, arial, helvetica, sans-serif;
font-weight : 600;
text-decoration : none;
}
a:link {
color : #09c;
}
a:visited {
color : #07a;
}
a:hover {
background-color : #eee;
}
.content {
position : relative;
width : auto;
min-width : 120px;
margin : 0 20px 20px 170px;
background-color : white;
padding : 10px;
z-index : 3;
}
.footer {
position : relative;
width : 390px;
padding : 2px;
z-index : 3;
margin-bottom : 20px;
}
#navAlpha {
position : absolute;
width : 150px;
top : 70px;
left : 20px;
border : black dashed 1px;
background-color : #eee;
padding : 10px;
z-index : 2;
voice-family : "\"}\"";
voice-family : inherit;
width : 128px;
}
body > #navAlpha {
width : 128px;
}
table {
border : #666666 solid 1px;
}
li {
line-height : 1.5em;
text-align : justify;
padding-bottom : 4px;
}
td {
font-family : "lucida grande", verdana, sans-serif;
font-size : 8pt;
padding : 3px 8px;
border-left : 1px solid #D9D9D9;
background : #fff;
}
tr.selected td {
background-color : #996666;
color : #ffffff;
font-weight : bold;
border-left : 1px solid #996666;
border-bottom : 1px solid #996666;
}
code, pre {
font-family : "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
font-weight : normal;
background : inherit;
color : #333;
}
pre {
font-size : 10px;
}
* html code {
font-size : 105%;
}
.googlebot_test {
display : none;
}

↑ Top