Skip to content

Instantly share code, notes, and snippets.

@atikju
Created June 5, 2019 18:19
Show Gist options
  • Save atikju/0873b77a69473db8e829f85e9189513c to your computer and use it in GitHub Desktop.
Save atikju/0873b77a69473db8e829f85e9189513c to your computer and use it in GitHub Desktop.
.btn{
box-shadow: inset 0 0 0 0 #31302B;
-webkit-transition: all ease 0.8s;
-moz-transition: all ease 0.8s;
transition: all ease 0.8s;
}
.btn{
box-shadow: inset 100px 0 0 0 #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment