Spaces:
Sleeping
Sleeping
File size: 162 Bytes
b3f3db2 |
1 2 3 4 5 6 7 8 9 10 |
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
} |