18 lines
204 B
CSS
18 lines
204 B
CSS
|
body {
|
||
|
color: #706E6E;
|
||
|
background-image:url(verwirr.jpg);
|
||
|
background-attachment:fixed
|
||
|
}
|
||
|
|
||
|
#real_shit {
|
||
|
margin-left: 60px;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4 {
|
||
|
color: #7fb945;
|
||
|
}
|
||
|
|
||
|
a:link, a:visited {
|
||
|
color: #7fb945;
|
||
|
}
|