chess_stats / style.css
gael1130's picture
Upload style.css
85dbd3c verified
raw
history blame contribute delete
311 Bytes
/* Center the input box */
#username_input {
margin: auto;
display: block;
text-align: center;
width: 50%;
}
/* Center the submit button */
.gr-button {
margin: auto;
display: block;
}
/* Adjust output DataFrame styling */
.output-dataframe {
margin-top: 20px;
}