Spaces:
Runtime error
Runtime error
Erdem Ozer commited on
Commit ·
aad4988
1
Parent(s): 8f11ccc
WebApp header updated
Browse files
tomorrowcities/assets/custom.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
header {
|
| 2 |
-
background-image: url('/static/public/tomorrows-cities-logo-header.
|
| 3 |
-
background-position:
|
| 4 |
background-repeat: no-repeat; /* Prevent image from repeating */
|
| 5 |
height: 200px; /* Set a specific height for the header */
|
| 6 |
}
|
|
|
|
| 1 |
header {
|
| 2 |
+
background-image: url('/static/public/tomorrows-cities-logo-header.png'); /* Replace 'your-image.jpg' with the path to your image file */
|
| 3 |
+
background-position: center; /* Center the background image */
|
| 4 |
background-repeat: no-repeat; /* Prevent image from repeating */
|
| 5 |
height: 200px; /* Set a specific height for the header */
|
| 6 |
}
|
tomorrowcities/public/tomorrows-cities-logo-header.png
ADDED
|