mikaela.github.io/tyyli.css

38 lines
514 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;
2013-01-25 17:18:32 +02:00
text-align: justify-center
}
2012-11-04 15:15:22 +02:00
pre {
2013-01-25 15:23:04 +02:00
color: #000000;
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 {
2013-01-25 17:18:32 +02:00
display: inherit;
margin-left: auto;
margin-right: auto
2012-10-21 16:10:37 +03:00
}