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

Line 27: Line 27:
 
#sticky-element.sticky {
 
#sticky-element.sticky {
 
     position: fixed;
 
     position: fixed;
    top: 0;
 
 
background-color:white;
 
background-color:white;
 
   }
 
   }

Revision as of 16:26, 28 June 2017

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

}

.jumbotron { padding: 0; margin: 0; }

.sticky {

   position: fixed;
   background-color:white;

}

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

  1. sticky-element.sticky {
    position: fixed;

background-color:white;

 }