Karthikeyan
Update style.css
46d1b2d
raw
history blame
No virus
354 Bytes
*{
padding:0;
margin:0;
}
gradio-app{
background:url("https://hudsonandhayes.co.uk/wp-content/uploads/2023/03/handh_homepage.svg") !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;
}