Spaces:
Running
Running
add first photo as background
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -64,10 +64,10 @@ body {
|
|
| 64 |
}
|
| 65 |
header {
|
| 66 |
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
|
| 67 |
-
url('
|
| 68 |
background-size: cover;
|
| 69 |
background-position: center;
|
| 70 |
-
|
| 71 |
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
| 72 |
display: flex;
|
| 73 |
justify-content: space-between;
|
|
|
|
| 64 |
}
|
| 65 |
header {
|
| 66 |
background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
|
| 67 |
+
url('https://shoeroom.shoes/wp-content/uploads/2023/01/shoeroom_hero_image.jpg');
|
| 68 |
background-size: cover;
|
| 69 |
background-position: center;
|
| 70 |
+
padding: 1rem 2rem;
|
| 71 |
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
| 72 |
display: flex;
|
| 73 |
justify-content: space-between;
|