Skip to content

Instantly share code, notes, and snippets.

@zeddash
Last active February 5, 2020 10:21
Show Gist options
  • Save zeddash/51a09f475935ff7dbb68dfe160a95601 to your computer and use it in GitHub Desktop.
Save zeddash/51a09f475935ff7dbb68dfe160a95601 to your computer and use it in GitHub Desktop.
Cubic Bezier Testing
div.container
div.dot
{
"scripts": [],
"styles": []
}
const test = () => true
body {
padding:2rem;
.container {
display: flex;
border:1px solid black;
.dot {
width:4rem;
height:4rem;
background: black;
align-self: flex-end;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment