robertselvam's picture
Update style.css
11a24ed
raw
history blame
328 Bytes
.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;
}