Contract_Management / style.css
robertselvam's picture
Update style.css
6537e7e
raw
history blame
614 Bytes
#col-container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
gradio-app{
background: rgb(153,0,255);
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
height: 100%;
width: 100%;
}
.filenameshow{
height:100px;
}
.uploadbutton{
height:42px;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.leftimage .rightimage{
float:left;
filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
padding-top:40px;
margin-left:310px;
}
.rightimage{
padding-top:40px;
margin-right:320px;
}