Created
June 21, 2017 20:38
-
-
Save Numel2020/4e04943f56d56c0fe61b0d1f1b7ac3f1 to your computer and use it in GitHub Desktop.
Erics code implementation of TransitionGroup pt 3
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
.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