You are here

christmas_lights.css in Christmas Lights 7

Same filename and directory in other branches
  1. 8 css/christmas_lights.css
#christmas-lights {
  background: url(christmas-lights.png);
  height: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

File

css/christmas_lights.css
View source
  1. #christmas-lights {
  2. background: url(christmas-lights.png);
  3. height: 36px;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. z-index: 100;
  8. }