File size: 404 Bytes
46d1b2d 98c0230 7fbd293 98c0230 140bf6f 9e4b61f 11a24ed e4c3a1e 59a9a09 98c0230 11a24ed 59a9a09 11a24ed e4c3a1e 11a24ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
*{
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;
} |