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

Line 7: Line 7:
 
     overflow:hidden;
 
     overflow:hidden;
 
     display:block;
 
     display:block;
 +
}
 +
 +
.jumbotron {
 +
padding: 0;
 +
margin: 0;
 
}
 
}
  

Revision as of 16:24, 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 {

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

}

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

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

background-color:white;

 }