Difference between revisions of "Meetups/NCTU Formosa/participating team"

Line 83: Line 83:
 
}
 
}
 
div.line{
 
div.line{
text-align:center;height:80px;margin: 0px auto;width:80%;position:fixed;bottom:-40px;
+
text-align:center;height:80px;margin: 0px auto;width:80%;position:fixed;bottom:30px;
-webkit-transition:0.2s ease-out;
+
-moz-transition: 0.2s ease-out;
+
-o-transiton: 0.2s ease-out;
+
-ms-transition:0.2s ease-out;
+
transition:0.2s ease-out;
+
}
+
 
 
div.line:hover{
 
text-align:center;height:80px;margin: 0px auto;width:80%;position:fixed;
 
-webkit-transform: scale(1.0) translateY(-80px);
 
-moz-transform: scale(1.0) translateY(-80px);
 
-o-transform: scale(1.0) translateY(-80px);
 
-ms-transform: scale(1.0) translateY(-80px);
 
transform: scale(1.0) translateY(-80px);
 
 
}
 
}
 +
 
body {
 
body {
 
         background: black;
 
         background: black;

Revision as of 08:00, 31 May 2015