Difference between revisions of "Team:Dalhousie/libraries/css/home"

Line 13: Line 13:
 
     top: 0;
 
     top: 0;
 
     position: fixed;
 
     position: fixed;
 +
    background-color:white;
 
}
 
}
  

Revision as of 14:37, 19 June 2017

  1. bg-video {
   top: 0px;
   left: 0px;
 position: fixed;
 z-index: -1;
 width: 100%;
   overflow:hidden;
   display:block;
   height: 360px;

}

.sticky {

   top: 0;
   position: fixed;
   background-color:white;

}

.nav { margin: 0; padding: 0; background-color:white; }

  1. sticky-element.sticky {
    position: fixed;
    top: 0;
 }