<!DOCTYPE html>type='text/css'div {width: 200px;height: 100px;overflow: hidden;border-radius: 5px;background: #eee;}a {position: relative;width: 200px;height: 200px;line-height: 100px;text-align: center;display: block;text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}a:hover {margin-top: -100px;}