Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | @-webkit-keyframes in { | ||
+ | from { margin-top: -350px; } | ||
+ | to { margin-top: 0px;} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes out { | ||
+ | 0% { margin-top: 0px;} | ||
+ | 100% { margin-top: -350px; } | ||
+ | } | ||
table.member td{ | table.member td{ | ||
padding: 0px; | padding: 0px; | ||
Line 48: | Line 57: | ||
} | } | ||
.bio_card .image:target { | .bio_card .image:target { | ||
− | margin-top: -350px; | + | -webkit-animation: out 1s; |
+ | <!-- margin-top: -350px; --> | ||
} | } | ||
</style> | </style> |
Revision as of 17:09, 8 July 2016