Template:CSS/newpage

From 2014.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 26: Line 26:
   }
   }
}
}
 +
body {
body {
   display: -webkit-box;
   display: -webkit-box;
Line 44: Line 45:
   -webkit-animation: glow 8s both;
   -webkit-animation: glow 8s both;
           animation: glow 8s both;
           animation: glow 8s both;
 +
 
 +
 +
 +
}
}
 +
 +
span {
span {
Line 322: Line 329:
}
}
-
 
+
.below{
 +
-webkit-filter: url("#goo");
 +
          filter: url("#goo");
 +
}
footer {
footer {
Line 328: Line 338:
   bottom: 0;
   bottom: 0;
   width: 100%;
   width: 100%;
-
   height: 20vh;
+
   height: 7vh;
   background:red;
   background:red;
}
}
Line 335: Line 345:
.bubble {
.bubble {
   position: absolute;
   position: absolute;
-
   top: 75vh;
+
   top: 90vh;
   left: 45%;
   left: 45%;
   width: 50px;
   width: 50px;
Line 364: 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