KashyapiNagaHarshitha commited on
Commit
30a232b
·
verified ·
1 Parent(s): a994b3a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -4
index.html CHANGED
@@ -25,11 +25,15 @@
25
  margin: 0px;
26
  overflow: hidden;
27
  padding: 0;
 
 
 
28
  }
29
  .header {
30
- box-shadow: 0 .125rem .25rem 0 gray;
31
- z-index: 1;
32
- }
 
33
  .header-content {
34
  display: flex;
35
  flex-direction: row;
@@ -188,7 +192,7 @@
188
  <section class="header">
189
  <div class="header-content">
190
  <a href="https://panel.holoviz.org">
191
- <img id="panel-logo" src="Labrie_logo.png"/>
192
  </a>
193
  <div class="title-area">
194
  <span id="title">Cyc IF</span>
 
25
  margin: 0px;
26
  overflow: hidden;
27
  padding: 0;
28
+ background-image: url('background_image.png'); /* Set the background image */
29
+ background-size: cover;
30
+ background-position: center;
31
  }
32
  .header {
33
+ box-shadow: 0 .125rem .25rem 0 gray;
34
+ z-index: 1;
35
+ background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
36
+ }
37
  .header-content {
38
  display: flex;
39
  flex-direction: row;
 
192
  <section class="header">
193
  <div class="header-content">
194
  <a href="https://panel.holoviz.org">
195
+ <img id="panel-logo" src="Labrie_logo.png" alt="Labrie Logo"/>
196
  </a>
197
  <div class="title-area">
198
  <span id="title">Cyc IF</span>