mikaela.github.io/tyyli.css

38 lines
545 B
CSS
Raw Normal View History

h1,
h2,
h3,
h4,
h5,
h6 {
color: #FFFFFF;
background-color: #000000;
text-align: center
}
body {
color: #FFFFFF;
background-color: #000000;
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 {
color: #000000;
background-color: #FFFFFF;
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
2012-11-04 15:15:22 +02:00
}
2012-10-21 16:10:37 +03:00
a:link {
color: #66FF66
2012-10-21 16:10:37 +03:00
}
a:visited {
color: red
}
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
}