qchgk_web/static/style.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;
}