Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clovisdasilvaneto/703d3e770290b4972dbcc79f3e5c9146 to your computer and use it in GitHub Desktop.
Save clovisdasilvaneto/703d3e770290b4972dbcc79f3e5c9146 to your computer and use it in GitHub Desktop.
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