mikaela.github.io/tyyli.css

36 lines
462 B
CSS
Raw Normal View History

h1,
h2,
h3,
h4,
h5,
h6 {
color: #000080;
background-color: #FFFFFF;
text-align: center
}
body {
color: #FFFFFF;
background-color: #000080;
2012-09-20 17:49:27 +03:00
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
2012-11-06 17:17:34 +02:00
text-align: justify
}
2012-11-04 15:15:22 +02:00
pre {
color: #FFFFFF;
background-color: #C3C3C3;
2012-11-04 15:28:06 +02:00
font-family: Courier, "Courier New";
2012-11-04 15:15:22 +02:00
}
2012-10-21 16:10:37 +03:00
a:link {
color: #00FF00
2012-10-21 16:10:37 +03:00
}
a:visited {
color: #C0FFC0
}
img {
text-align: center
2012-10-21 16:10:37 +03:00
}