File size: 454 Bytes
59a9a09 82c1af2 3cd9a1d 59a9a09 5a2a884 a43d105 5a2a884 a43d105 5a2a884 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
#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;
}
.crop{width: 200px;
height: 150px;
}
.crop img {
height: 100px;
margin: -75px 0 0 -100px;} |