Karthikeyan
Create style.css
b3f3db2
raw
history blame contribute delete
162 Bytes
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}