Template:CSS/newpage
From 2014.igem.org
(Difference between revisions)
Line 325: | Line 325: | ||
body { | body { | ||
+ | background: white; | ||
-webkit-filter: url("#goo"); | -webkit-filter: url("#goo"); | ||
filter: url("#goo"); | filter: url("#goo"); | ||
+ | |||
} | } | ||
Line 332: | Line 334: | ||
position: absolute; | position: absolute; | ||
bottom: 0; | bottom: 0; | ||
- | |||
width: 100%; | width: 100%; | ||
height: 20vh; | height: 20vh; | ||
- | background: | + | background:red; |
} | } | ||
Line 341: | Line 342: | ||
.bubble { | .bubble { | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 75vh; |
left: 45%; | left: 45%; | ||
width: 50px; | width: 50px; | ||
height: 20px; | height: 20px; | ||
- | background: | + | background: red; |
border-radius: 50%; | border-radius: 50%; | ||
-webkit-animation: loader 1.3s ease-in-out infinite; | -webkit-animation: loader 1.3s ease-in-out infinite; | ||
Line 353: | Line 354: | ||
left: 50%; | left: 50%; | ||
width: 40px; | width: 40px; | ||
- | height: | + | height: 20px; |
-webkit-animation: loader 2.6s ease-in-out infinite; | -webkit-animation: loader 2.6s ease-in-out infinite; | ||
animation: loader 2.6s ease-in-out infinite; | animation: loader 2.6s ease-in-out infinite; |
Revision as of 06:31, 9 June 2015