9 lines
73 B
CSS
9 lines
73 B
CSS
/*
|
|
* Hauptinhalt
|
|
*/
|
|
|
|
#content {
|
|
padding: 1em;
|
|
background: #FFAE00;
|
|
}
|