Difference between revisions of "Team:IIT Delhi/home"

Line 4: Line 4:
  
 
<style>
 
<style>
 
 
body{
 
  margin:0;
 
  padding:0;
 
}
 
#wikiback{
 
width:100%;
 
 
margin:0;
 
padding: 0px;
 
position:absolute;
 
z-index:-1;
 
}
 
.icons{
 
  border:solid 1px white;
 
  margin-left:90%;
 
 
  margin-top:7%;
 
  height:7%;
 
  width:7%;
 
 
}
 
#team img{
 
  border:solid 1px white;
 
  height:100%;
 
  width:100%;
 
-webkit-transition: width 500ms ease-out 1s;
 
    -moz-transition: width 500ms ease-out 1s;
 
    -o-transition: width 500ms ease-out 1s;
 
    transition: width 500ms ease-out 1s;
 
z-index:1;
 
}
 
#team img:hover{
 
  width:12%;
 
  height:12%;
 
 
}
 
  
  
Line 82: Line 44:
 
     left: -2450px;
 
     left: -2450px;
 
   }
 
   }
 +
}
 +
 +
 +
 +
 +
body{
 +
  margin:0;
 +
  padding:0;
 +
}
 +
#wikiback{
 +
width:100%;
 +
 +
margin:0;
 +
padding: 0px;
 +
position:absolute;
 +
z-index:-1;
 +
}
 +
.icons{
 +
  border:solid 1px white;
 +
  margin-left:90%;
 +
  margin-top:7%;
 +
  height:7%;
 +
  width:7%;
 +
 +
}
 +
#team{
 +
  border:solid 1px white;
 +
  height:70%;
 +
  width:70%;
 +
-webkit-transition: width 500ms ease-out 1s;
 +
    -moz-transition: width 500ms ease-out 1s;
 +
    -o-transition: width 500ms ease-out 1s;
 +
    transition: width 500ms ease-out 1s;
 +
z-index:1;
 +
}
 +
#team:hover{
 +
  width:100%;
 +
  height:100%;
 +
 
}
 
}
  

Revision as of 13:21, 15 August 2015