mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 16:09:27 +01:00
Update css.css
This commit is contained in:
parent
5fdadd01df
commit
46f39b5b27
16
css.css
16
css.css
@ -4,14 +4,14 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: #FFFFFF;
|
/* color: #FFA6A6;
|
||||||
background-color: #000000;
|
background-color: #FFFFCC;*/
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #FFFFFF;
|
color: #660066;
|
||||||
background-color: #000000;
|
background-color: #CCFFFF;
|
||||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||||
text-align: justify-center
|
text-align: justify-center
|
||||||
}
|
}
|
||||||
@ -22,13 +22,17 @@ pre {
|
|||||||
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #66FF66
|
/*color: #000000;*/
|
||||||
|
font-weight:bold
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: red
|
color: #FF0066;
|
||||||
|
font-weight:bold
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
|
Loading…
Reference in New Issue
Block a user