Skip to content

Instantly share code, notes, and snippets.

@Numel2020
Created June 21, 2017 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Numel2020/4e04943f56d56c0fe61b0d1f1b7ac3f1 to your computer and use it in GitHub Desktop.
Save Numel2020/4e04943f56d56c0fe61b0d1f1b7ac3f1 to your computer and use it in GitHub Desktop.
Erics code implementation of TransitionGroup pt 3
.circles {
float: left;
border-radius: 100%;
width: 100px;
height: 100px;
background-color: yellow;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.box {
width: 100px;
height: 100px;
background-color: #3498DB;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment