File size: 347 Bytes
59a9a09 82c1af2 3cd9a1d 59a9a09 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.gradio-container
{background: linear-gradient(90deg, rgba(0,1,36,1) 0%, rgba(71,58,204,1) 35%, rgba(46,232,174,1) 100%);}
.heightfit{
height:150px;
}
.heightfit1{
height:100px;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
} |