Karthikeyan
Update style.css
7fbd293
raw
history blame
404 Bytes
*{
padding:0;
margin:0;
}
gradio-app{
/* background:url("https://hudsonandhayes.co.uk/wp-content/uploads/2023/03/handh_homepage.svg") !important; */
background:url("file=bg.png") !important;
}
.darkblue{
z-index:0;
position:justify;
}
.gradio-container
{
max-width: auto-flow;
}
.heightfit{
height:120px;
}
#col-container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}