mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 16:30:40 +01:00
tyyli.css: try to look like Blue Screen Of Death
This commit is contained in:
parent
b6cf403821
commit
2436e1e7fd
27
tyyli.css
27
tyyli.css
@ -1,20 +1,35 @@
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #000080;
|
||||
background-color: #FFFFFF;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
body {
|
||||
color: lightblue;
|
||||
background-color: black;
|
||||
color: #FFFFFF;
|
||||
background-color: #000080;
|
||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||
text-align: justify
|
||||
}
|
||||
|
||||
pre {
|
||||
color: white;
|
||||
background-color: black;
|
||||
color: #FFFFFF;
|
||||
background-color: #C3C3C3;
|
||||
font-family: Courier, "Courier New";
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: red
|
||||
color: #00FF00
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: pink
|
||||
color: #C0FFC0
|
||||
}
|
||||
|
||||
img {
|
||||
text-align: center
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user