Last active
April 5, 2017 21:12
-
-
Save casprwang/8dc9b844989fd7cd242c15f719bf6435 to your computer and use it in GitHub Desktop.
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
.square { | |
font-size: 5em; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
box-sizing: border-box; | |
height: 200px; | |
width: 200px; | |
border: 4px solid black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment