Skip to content

Instantly share code, notes, and snippets.

@casprwang
Last active April 5, 2017 21:12
Show Gist options
  • Save casprwang/8dc9b844989fd7cd242c15f719bf6435 to your computer and use it in GitHub Desktop.
Save casprwang/8dc9b844989fd7cd242c15f719bf6435 to your computer and use it in GitHub Desktop.
.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