Spaces:
Running
Running
imseldrith
commited on
Commit
·
da689d6
1
Parent(s):
c241e91
Update templates/index.html
Browse files- templates/index.html +5 -5
templates/index.html
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
display: flex;
|
24 |
justify-content: center;
|
25 |
align-items: center;
|
26 |
-
height: 100px;
|
27 |
position: fixed;
|
28 |
-
top:
|
29 |
-
left:
|
30 |
-
|
31 |
-
|
|
|
32 |
background-size: contain;
|
33 |
background-repeat: no-repeat;
|
34 |
}
|
|
|
23 |
display: flex;
|
24 |
justify-content: center;
|
25 |
align-items: center;
|
|
|
26 |
position: fixed;
|
27 |
+
top: 0;
|
28 |
+
left: 0;
|
29 |
+
right: 0;
|
30 |
+
height: 100px;
|
31 |
+
background-image: url('path/to/your/logo.gif');
|
32 |
background-size: contain;
|
33 |
background-repeat: no-repeat;
|
34 |
}
|