blob: 0063e4d4acb6c4b27316f052403524569cad4581 [file] [log] [blame]
<!DOCTYPE HTML>
<style>
#animDiv {
position: absolute;
width: 176px;
height: 91px;
background-image: none;
background-color: #00cc35;
left: -164.5px;
top: 184.5px;
}
#clipper {
overflow: hidden;
width: 700px;
height: 700px;
margin: -10px;
}
#shake {
position:absolute;
width:200px;
height:64px;
left:51px;
top:121px;
border-style:solid;
border-width:1px;
}
#container {
perspective: 1400px;
}
</style>
<div id="clipper">
<div id="container">
<div id="animDiv"></div>
<div id="shake"></div>
</div>
</div>