KashyapiNagaHarshitha commited on
Commit
cca69db
·
verified ·
1 Parent(s): 1807846

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -4
index.html CHANGED
@@ -35,16 +35,27 @@
35
  flex-direction: row;
36
  padding: 1.5rem;
37
  }
38
- #panel-logo {
39
- padding-right: 2em;
40
- width: 300px;
41
- }
 
42
  .gallery-item {
43
  border: 0.1px solid gray;
44
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
45
  cursor: pointer;
46
  text-align: center;
47
  }
 
 
 
 
 
 
 
 
 
 
48
  .gallery-item:hover {
49
  border: 0.1px solid black;
50
  box-shadow: rgba(20, 20, 50, 0.25) 0px 9px 18px -2px, rgba(0, 0, 0, 0.3) 0px 6px 10px -3px;
 
35
  flex-direction: row;
36
  padding: 1.5rem;
37
  }
38
+ #panel-logo {
39
+ padding-right: 2em;
40
+ width: 100px; /* Adjust width as needed */
41
+ height: auto; /* Maintain aspect ratio */
42
+ }
43
  .gallery-item {
44
  border: 0.1px solid gray;
45
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
46
  cursor: pointer;
47
  text-align: center;
48
  }
49
+ .header-content {
50
+ display: flex;
51
+ flex-direction: row;
52
+ padding: 1.5rem;
53
+ align-items: center;
54
+ background-image: url('background_image.png'); /* Replace with your image file */
55
+ background-size: cover; /* Ensure the image covers the entire area */
56
+ background-position: center; /* Center the image */
57
+ }
58
+
59
  .gallery-item:hover {
60
  border: 0.1px solid black;
61
  box-shadow: rgba(20, 20, 50, 0.25) 0px 9px 18px -2px, rgba(0, 0, 0, 0.3) 0px 6px 10px -3px;