Template:CSS/newpage

From 2014.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 26: Line 26:
   }
   }
}
}
 +
body {
body {
   display: -webkit-box;
   display: -webkit-box;
Line 45: Line 46:
           animation: glow 8s both;
           animation: glow 8s both;
    
    
-
  -webkit-filter: url("#goo");
+
-
          filter: url("#goo");
+
Line 329: Line 329:
}
}
-
 
+
.below{
 +
-webkit-filter: url("#goo");
 +
          filter: url("#goo");
 +
}
footer {
footer {
Line 335: Line 338:
   bottom: 0;
   bottom: 0;
   width: 100%;
   width: 100%;
-
   height: 20vh;
+
   height: 7vh;
   background:red;
   background:red;
}
}
Line 342: Line 345:
.bubble {
.bubble {
   position: absolute;
   position: absolute;
-
   top: 75vh;
+
   top: 90vh;
   left: 45%;
   left: 45%;
   width: 50px;
   width: 50px;
Line 371: Line 374:
   }
   }
   50% {
   50% {
-
     -webkit-transform: translate(0, -100px);
+
     -webkit-transform: translate(0, -70px);
-
             transform: translate(0, -100px);
+
             transform: translate(0, -70px);
   }
   }
}
}
 +
 +
</style>
</style>
</html>
</html>

Latest revision as of 07:52, 9 June 2015