hotmemeh commited on
Commit
5c6a043
·
verified ·
1 Parent(s): 8e41323

add first photo as background

Browse files
Files changed (1) hide show
  1. 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('file:///C:/Users/new/Desktop/Shoeroom%20%E2%80%93%20shoeroom%20egypt.html');
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;
 
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;