Last active
December 17, 2016 15:39
-
-
Save clovisdasilvaneto/703d3e770290b4972dbcc79f3e5c9146 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p:after { | |
content: ""; | |
width: 30px; | |
background: #2eff2e; | |
height: 30px; | |
position: absolute; | |
top: 0px; | |
left: 200px; | |
border-radius: 100%; | |
transform-origin: center center; | |
box-shadow: 0 0 0px 103px #0c910c; | |
box-sizing: border-box; | |
transform: scale(0); | |
animation: scaleBounce .3s 2s 1 linear forwards; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment