Skip to content

Instantly share code, notes, and snippets.

@bm13kk
Created October 18, 2013 17:47
Show Gist options
  • Save bm13kk/7045275 to your computer and use it in GitHub Desktop.
Save bm13kk/7045275 to your computer and use it in GitHub Desktop.
alighn
.test-out
{
height: 65px;
width: 65px;
border: 1px dotted;
text-align: center;
&:first-child
{
vertical-align: middle;
display: inline-block;
&:before
{
.profile-no-gift;
content: "";
display: block;
margin: auto;
}
}
&:after
{
content: '';
display:inline-block;
vertical-align:middle;
height:100%;
width:0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment