Difference between revisions of "Team:TP-CC San Diego/Templates/AnimationCSS"

 
(4 intermediate revisions by 2 users not shown)
Line 182: Line 182:
 
     .ih-item {
 
     .ih-item {
 
position: relative;
 
position: relative;
    float:left;
 
 
-webkit-transition: all 0.35s ease-in-out;
 
-webkit-transition: all 0.35s ease-in-out;
 
-moz-transition: all 0.35s ease-in-out;
 
-moz-transition: all 0.35s ease-in-out;
Line 210: Line 209:
 
.ih-item.circle {
 
.ih-item.circle {
 
position: relative;
 
position: relative;
width: 220px;
+
width: 300px;
height: 220px;
+
height: 300px;
 
border-radius: 50%
 
border-radius: 50%
 
}
 
}
Line 217: Line 216:
 
.ih-item.circle .img {
 
.ih-item.circle .img {
 
position: relative;
 
position: relative;
width: 220px;
+
width: 300px;
height: 220px;
+
height: 300px;
 
border-radius: 50%
 
border-radius: 50%
 
}
 
}
Line 337: Line 336:
 
transform: translateY(-50px) scale(0.5)
 
transform: translateY(-50px) scale(0.5)
 
}
 
}
 +
 
</style>
 
</style>
 
</head>
 
</head>

Latest revision as of 21:51, 30 October 2017