Commit 0f3efc5f by Jani Huhtala

css-viilausta

1 parent a532d24f
<!DOCTYPE html
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
......
.linka A:link {
.linka a:link {
color: #133E51;
text-decoration: none
text-decoration: none;
}
.linka A:active {
.linka a:active {
color: #133E51;
text-decoration: none
text-decoration: none;
}
.linka A:visited {
.linka a:visited {
color: #133E51;
text-decoration: none
text-decoration: none;
}
.linka A:hover {
.linka a:hover {
color: #133E51;
text-decoration: underline;
}
.link A:link {
.link a:link {
color: #FFF;
text-decoration: none
text-decoration: none;
}
.link A:active {
.link a:active {
color: #FFF;
text-decoration: none
text-decoration: none;
}
.link A:visited {
.link a:visited {
color: #FFF;
text-decoration: none
text-decoration: none;
}
.link A:hover {
.link a:hover {
color: #FFF;
text-decoration: underline;
}
......@@ -142,6 +142,7 @@ body {
margin-right: 3px;
}
.link {
background-image: url('img/link2.gif');
width: 117px;
......@@ -177,3 +178,6 @@ body {
margin-left: auto;
margin-right: auto;
}
h1 {
font-size: 20px;
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!