File size: 328 Bytes
82c1af2 11a24ed 59a9a09 11a24ed 59a9a09 11a24ed 5a2a884 11a24ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.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:120px;
}
.cropped-ofp {
border-radius:5%;
background-color:transparent;
}
#col-container {
max-width: 1000px;
max-height: 500px;
margin-left: auto;
margin-right: auto;
} |