12 lines
145 B
CSS
12 lines
145 B
CSS
|
body {
|
||
|
background-color: rgb(235, 213, 205);
|
||
|
}
|
||
|
|
||
|
.content-block {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.content-block-inner {
|
||
|
margin: auto;
|
||
|
}
|