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,
|
||||
h5,
|
||||
h6 {
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
/* color: #FFA6A6;
|
||||
background-color: #FFFFCC;*/
|
||||
text-align: center
|
||||
}
|
||||
|
||||
body {
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
color: #660066;
|
||||
background-color: #CCFFFF;
|
||||
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
||||
text-align: justify-center
|
||||
}
|
||||
@ -22,13 +22,17 @@ pre {
|
||||
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
||||
}
|
||||
|
||||
|
||||
a:link {
|
||||
color: #66FF66
|
||||
/*color: #000000;*/
|
||||
font-weight:bold
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: red
|
||||
color: #FF0066;
|
||||
font-weight:bold
|
||||
}
|
||||
*/
|
||||
|
||||
img {
|
||||
display: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user