playground / style.css
appvoid's picture
Update style.css
04fcabb verified
raw
history blame contribute delete
120 Bytes
h1 {
text-align: center;
display: block;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}