mikaela.github.io/tyyli.css

9 lines
185 B
CSS
Raw Normal View History

body {
color: black;
background-color: silver;
2012-09-18 21:30:38 +03:00
font-family: DejaVu Sans, Ubuntu, Arial, Arial, Helvetica, sans-serif;
}
a:link { color: blue }
a:visited { color: purple }