Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created March 14, 2012 07:43
Show Gist options
  • Save evanpurkhiser/2034911 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/2034911 to your computer and use it in GitHub Desktop.
Square box
ul {
margin: 20px auto;
width: 500px;
padding: 0
list-style: none;
}
ul li {
float: left;
}
ul li a {
display: block;
text-align: center;
line-height: 250px;
width: 250px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment