Skip to content

Instantly share code, notes, and snippets.

@YauhenKavalchuk
Created December 26, 2015 19:05
Show Gist options
  • Save YauhenKavalchuk/3ed31d9f5bc5d3140abb to your computer and use it in GitHub Desktop.
Save YauhenKavalchuk/3ed31d9f5bc5d3140abb to your computer and use it in GitHub Desktop.
<div class="wrapp">
<div class="item"></div>
</div>
SASS
.wrapp {
text-align: justify;
&:after {
content: "";
display: inline-block;
width: 100%;
height: 0;
}
.item {
display: inline-block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment