Template:Team:BNU-China/CSS/main
From 2014.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
.low_version{ | .low_version{ | ||
z-index:-1; | z-index:-1; | ||
- | animation:show | + | animation:show 15s; |
- | -moz-animation:show | + | -moz-animation:show 15s; /* Firefox */ |
- | -webkit-animation:show | + | -webkit-animation:show 15s; /* Safari and Chrome */ |
- | -o-animation:show | + | -o-animation:show 15s; /* Opera */ |
} | } | ||
@keyframes show | @keyframes show | ||
Line 56: | Line 56: | ||
.low_version p{ | .low_version p{ | ||
font-size:15px; | font-size:15px; | ||
- | + | } | |
Revision as of 02:43, 24 September 2014