Skip to content

Instantly share code, notes, and snippets.

@SergSlon
Created September 3, 2013 12:21
Show Gist options
  • Select an option

  • Save SergSlon/6423200 to your computer and use it in GitHub Desktop.

Select an option

Save SergSlon/6423200 to your computer and use it in GitHub Desktop.
Равномерное распределение блоков
.container{
margin: 0 -10px 0 -10px;
.block{
width: 70px;
height: 70px;
float: left;
background-color: #b6b6bf;
display: inline-block;
margin: 10px;
margin-bottom: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment