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

Line 34: Line 34:
 
   }
 
   }
  
#spacer {
 
margin: 400px;
 
padding: 400px;
 
text-align: center;
 
position: absolute;
 
}
 
  
 
#bg-video {
 
#bg-video {

Revision as of 19:33, 13 June 2017

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

}

.sticky {

   top: 0;
   position: fixed;

}

  1. jumbovidtext {
   z-index: 1;
   padding: 0;
   margin: 0;

}

.jumbotron { padding: 0; margin: 0; overflow-y: hidden; }

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

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


  1. bg-video {
   top: 0px;
   left: 0px;
   position: absolute;
   width: 100%;

}