Skip to content

Instantly share code, notes, and snippets.

@bhargav2785
bhargav2785 / dabblet.css
Created October 27, 2012 07:45
Untitled
.ani-box-shadow-2{
position: relative;
margin: 50px;
width: 200px;
height: 200px;
background-color: steelblue;
-webkit-animation: myAnimation 1s infinite alternate;
}
@-webkit-keyframes myAnimation{