25 lines
305 B
CSS
25 lines
305 B
CSS
body {
|
|
background-color: rgb(235, 213, 205);
|
|
}
|
|
|
|
.content-block {
|
|
display: flex;
|
|
}
|
|
|
|
.content-block-inner {
|
|
margin: auto;
|
|
}
|
|
|
|
.footer {
|
|
widows: 100%;
|
|
text-align: center;
|
|
z-index: -1;
|
|
}
|
|
|
|
details {
|
|
text-align: center;
|
|
}
|
|
|
|
#details {
|
|
text-align: justify;
|
|
} |