Difference between revisions of "Template:TAS Taipei/CSS4"

Line 285: Line 285:
 
     }
 
     }
 
     .banner {
 
     .banner {
         position: fixed;
+
         position: absolute;
 
         width: 100%;
 
         width: 100%;
 
         height: 100vh;
 
         height: 100vh;
Line 299: Line 299:
 
         background: #FAFAFA;
 
         background: #FAFAFA;
 
         color: black;
 
         color: black;
         position: absolute;
+
         position: fixed;
 
         font-family: 'Product Sans', sans-serif;
 
         font-family: 'Product Sans', sans-serif;
 
         z-index: 3;
 
         z-index: 3;
Line 653: Line 653:
 
     height: 50vh;
 
     height: 50vh;
 
     text-align: justify;
 
     text-align: justify;
 +
}
 +
 +
.cv.active{
 +
    display: none;
 
}
 
}
  

Revision as of 15:59, 1 November 2017