SpaRP / style.css
chaoxu's picture
demo init
d26c5a6
raw
history blame contribute delete
311 Bytes
.centered {
text-align: center; /* Horizontally center the content */
}
.centered img {
display: block; /* Make the image a block element */
margin: 0 auto; /* Center the block element (the image) horizontally */
height: 100px;
}
.tab_at_top button.selected{
font-size: 24px !important;
}