ResumeSummarizer / style.css
robertselvam's picture
Update style.css
525eca5
raw
history blame
No virus
584 Bytes
gradio-app{
background: rgb(153,0,255);
background-image: 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%;
}
#col-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.leftimage .rightimage{
float:left;
filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
padding-top:0px;
margin-left:260px;
}
.rightimage{
padding-top:35px;
margin-right:320px;
}
.heightfit{
height:85px;
}