15 lines
160 B
CSS
Executable File
15 lines
160 B
CSS
Executable File
body {
|
|
background-color:lightgrey;
|
|
}
|
|
div.breitenbegrenzer {
|
|
margin: auto;
|
|
max-width: 1000px;
|
|
#text-align: center;
|
|
|
|
}
|
|
|
|
div.centertext {
|
|
text-align: center;
|
|
|
|
}
|