Difference between revisions of "Team:ETH Zurich/Team"

Line 13: Line 13:
 
.container {
 
.container {
 
   margin: 0 auto;
 
   margin: 0 auto;
   height: 100vh;   
+
   height: 40vh;   
   width: 100vw;  
+
   width: 20vw;  
 
   position: relative;
 
   position: relative;
   perspective: 50vw;
+
   perspective: 10vw;
 
}
 
}
  
 
.carousel {
 
.carousel {
   height: 4vh;
+
   height: 40vh;
   width: 2vw;
+
   width: 20vw;
 
   position: absolute;
 
   position: absolute;
 
   transform-style: preserve-3d;
 
   transform-style: preserve-3d;
Line 31: Line 31:
 
   position: absolute;
 
   position: absolute;
 
   background: #000;
 
   background: #000;
   height: 4vh;
+
   height: 40vh;
   width: 2vw;
+
   width: 20vw;
 
   line-height: 200px;
 
   line-height: 200px;
 
   font-size: 2em;
 
   font-size: 2em;

Revision as of 08:35, 21 August 2017