Karthikeyan
commited on
Commit
•
46d1b2d
1
Parent(s):
140bf6f
Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
gradio-app{
|
2 |
background:url("https://hudsonandhayes.co.uk/wp-content/uploads/2023/03/handh_homepage.svg") !important;
|
3 |
}
|
|
|
1 |
+
*{
|
2 |
+
padding:0;
|
3 |
+
margin:0;
|
4 |
+
}
|
5 |
gradio-app{
|
6 |
background:url("https://hudsonandhayes.co.uk/wp-content/uploads/2023/03/handh_homepage.svg") !important;
|
7 |
}
|